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

Method _cpu_features

numpy/core/tests/test_simd.py:114–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

112 return float("nan")
113
114 def _cpu_features(self):
115 target = self.target_name
116 if target == "baseline":
117 target = __cpu_baseline__
118 else:
119 target = target.split('__') # multi-target separator
120 return ' '.join(target)
121
122class _SIMD_BOOL(_Test_Utility):
123 """

Callers 1

test_conversionsMethod · 0.80

Calls 2

splitMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected