Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ load_flags
Method
load_flags
numpy/core/tests/test_cpu_features.py:375–376 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
373
features = [
"VX"
,
"VXE"
,
"VXE2"
]
374
375
def
load_flags(self):
376
self.load_flags_auxv()
377
378
379
is_arm = re.match(
"^(arm|aarch64)"
, machine, re.IGNORECASE)
Callers
nothing calls this directly
Calls
1
load_flags_auxv
Method · 0.80
Tested by
no test coverage detected