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

Method cpu_baseline_names

numpy/distutils/ccompiler_opt.py:2257–2261  ·  view source on GitHub ↗

return a list of final CPU baseline feature names

(self)

Source from the content-addressed store, hash-verified

2255 return self.parse_baseline_flags
2256
2257 def cpu_baseline_names(self):
2258 """
2259 return a list of final CPU baseline feature names
2260 """
2261 return self.parse_baseline_names
2262
2263 def cpu_dispatch_names(self):
2264 """

Callers 5

reportMethod · 0.95
namesMethod · 0.80
expect_baselineMethod · 0.80
test_args_emptyMethod · 0.80

Calls

no outgoing calls

Tested by 2

expect_baselineMethod · 0.64
test_args_emptyMethod · 0.64