numpy.distutils.ccompiler_opt.CCompilerOpt.feature_sorted#

方法

distutils.ccompiler_opt.CCompilerOpt.feature_sorted(names, reverse=False)[源代码]#

按最低优先级对 CPU 功能列表进行排序。

参数
‘names’:序列

大写支持的功能名称序列。

‘reverse’:bool,可选

如果为 true,则反转排序后的功能列表。(最高优先级)

返回
list,排序后的 CPU 功能列表