numpy.distutils.ccompiler_opt.CCompilerOpt.feature_names

方法

distutils.ccompiler_opt.CCompilerOpt.feature_names(names=None, force_flags=None)[源代码]

返回平台和 C 编译器。

参数
“名称”:序列或无,可选

指定特定的CPU功能,以根据 C 编译器。如果没有(默认),它将测试所有当前支持的功能。 Note :功能名称必须为大写。

'force_flags': list or None, optional

如果无(默认),测试期间将使用每个CPU特性的默认编译器标志。