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

Method names

doc/source/reference/simd/gen_features.py:34–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 self.copt = FakeCCompilerOpt(arch, cc, cpu_baseline="max")
33
34 def names(self):
35 return self.copt.cpu_baseline_names()
36
37 def serialize(self, features_names):
38 result = []

Callers 2

tableMethod · 0.95
table_diffMethod · 0.95

Calls 1

cpu_baseline_namesMethod · 0.80

Tested by

no test coverage detected