numpy.distutils.ccompiler_opt.CCompilerOpt.generate_dispatch_header

方法

distutils.ccompiler_opt.CCompilerOpt.generate_dispatch_header(header_path)[源代码]

生成调度标头,其中包含已启用CPU基线和可调度功能的所有指令集定义和标头。

强烈建议您通过查看生成的头文件和生成的源文件 try_dispatch() 为了得到全貌。