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

Method cpu_dispatch_names

numpy/distutils/ccompiler_opt.py:2263–2267  ·  view source on GitHub ↗

return a list of final CPU dispatch feature names

(self)

Source from the content-addressed store, hash-verified

2261 return self.parse_baseline_names
2262
2263 def cpu_dispatch_names(self):
2264 """
2265 return a list of final CPU dispatch feature names
2266 """
2267 return self.parse_dispatch_names
2268
2269 def try_dispatch(self, sources, src_dir=None, ccompiler=None, **kwargs):
2270 """

Callers 4

reportMethod · 0.95
expectMethod · 0.80
test_args_emptyMethod · 0.80

Calls

no outgoing calls

Tested by 2

expectMethod · 0.64
test_args_emptyMethod · 0.64