MCPcopy Create free account
hub / github.com/numpy/numpy / npy_cpu_features.c

File npy_cpu_features.c

numpy/core/src/common/npy_cpu_features.c:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "npy_cpu_features.h"
2#include "npy_cpu_dispatch.h" // To guarantee the CPU baseline definitions are in scope.
3#include "numpy/npy_common.h"
4#include "numpy/npy_cpu.h" // To guarantee the CPU definitions are in scope.

Callers

nothing calls this directly

Calls 6

npy__cpu_baseline_fidFunction · 0.85
npy__cpu_dispatch_fidFunction · 0.85
getauxvalFunction · 0.85
openFunction · 0.85

Tested by

no test coverage detected