method
Returns a set of CPU feature names that supported by platform and the C compiler.
Specify certain CPU features to test it against the C compiler. if None(default), it will test all current supported features. Note: feature names must be in upper-case.
If None(default), default compiler flags for every CPU feature will be used during the test.
A list of C macro definitions.
© 2005–2024 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/2.4/reference/generated/numpy.distutils.ccompiler_opt.CCompilerOpt.feature_names.html