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

Method __init__

doc/source/reference/simd/gen_features.py:31–32  ·  view source on GitHub ↗
(self, arch, cc)

Source from the content-addressed store, hash-verified

29
30class Features:
31 def __init__(self, arch, cc):
32 self.copt = FakeCCompilerOpt(arch, cc, cpu_baseline="max")
33
34 def names(self):
35 return self.copt.cpu_baseline_names()

Callers 1

__init__Method · 0.45

Calls 1

FakeCCompilerOptClass · 0.70

Tested by

no test coverage detected