numpy.distutils.ccompiler_opt.CCompilerOpt.feature_sorted
方法
-
distutils.ccompiler_opt.CCompilerOpt.feature_sorted(names, reverse=False)[源代码]
按最低兴趣排序的CPU特性列表.
- 参数:
- ‘names’: sequence
支持的特性名称序列,使用大写字母表示.
- ‘reverse’: bool, optional
如果为真,排序后的特征将被反转.(最高兴趣)
- 返回:
- 列表, 已排序的 CPU 特性