MCPcopy Create free account
hub / github.com/numpy/numpy / load_flags

Method load_flags

numpy/core/tests/test_cpu_features.py:365–366  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

363 features_map = dict(VSX2="ARCH_2_07", VSX3="ARCH_3_00", VSX4="ARCH_3_1")
364
365 def load_flags(self):
366 self.load_flags_auxv()
367
368
369is_zarch = re.match("^(s390x)", machine, re.IGNORECASE)

Callers

nothing calls this directly

Calls 1

load_flags_auxvMethod · 0.80

Tested by

no test coverage detected