method
Generate C preprocessor definitions and include headers of a CPU feature.
CPU feature name in uppercase.
if > 0, align the generated strings to the right depend on number of tabs.
>>> self.feature_c_preprocessor("SSE3")
/** SSE3 **/
#define NPY_HAVE_SSE3 1
#include <pmmintrin.h>
© 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_c_preprocessor.html