numpy.distutils.ccompiler_opt.CCompilerOpt.generate_dispatch_header
method
-
distutils.ccompiler_opt.CCompilerOpt.generate_dispatch_header(header_path)
[source] -
Generate the dispatch header which contains the #definitions and headers for platform-specific instruction-sets for the enabled CPU baseline and dispatch-able features.
Its highly recommended to take a look at the generated header also the generated source files via
try_dispatch()
in order to get the full picture.
© 2005–2021 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.21/reference/generated/numpy.distutils.ccompiler_opt.CCompilerOpt.generate_dispatch_header.html