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

Method cpu_baseline_flags

numpy/distutils/ccompiler_opt.py:2251–2255  ·  view source on GitHub ↗

Returns a list of final CPU baseline compiler flags

(self)

Source from the content-addressed store, hash-verified

2249 return self.cache_infile and self.hit_cache
2250
2251 def cpu_baseline_flags(self):
2252 """
2253 Returns a list of final CPU baseline compiler flags
2254 """
2255 return self.parse_baseline_flags
2256
2257 def cpu_baseline_names(self):
2258 """

Callers 5

try_dispatchMethod · 0.95
reportMethod · 0.95
build_extensionMethod · 0.80
build_a_libraryMethod · 0.80
expect_flagsMethod · 0.80

Calls

no outgoing calls

Tested by 1

expect_flagsMethod · 0.64