class documentation

class build(old_build):

View In Hierarchy

Undocumented

Method finalize​_options Undocumented
Method initialize​_options Undocumented
Method run Undocumented
Class Variable help​_options Undocumented
Class Variable sub​_commands Undocumented
Class Variable user​_options Undocumented
Instance Variable build​_scripts Undocumented
Instance Variable cpu​_baseline Undocumented
Instance Variable cpu​_dispatch Undocumented
Instance Variable disable​_optimization No summary
Instance Variable fcompiler Undocumented
Instance Variable simd​_test Undocumented
Instance Variable warn​_error Undocumented
def finalize_options(self):

Undocumented

def initialize_options(self):

Undocumented

def run(self):

Undocumented

help_options =

Undocumented

sub_commands =

Undocumented

user_options =

Undocumented

build_scripts =

Undocumented

cpu_baseline: str =

Undocumented

cpu_dispatch: str =

Undocumented

disable_optimization: bool =

the '_simd' module is a very large. Adding more dispatched features will increase binary size and compile time. By default we minimize the targeted features to those most commonly used by the NumPy SIMD interface(NPYV), NOTE: any specified features will be ignored if they're:

  • part of the baseline(--cpu-baseline)
  • not part of dispatch-able features(--cpu-dispatch)
  • not supported by compiler or platform
fcompiler =

Undocumented

simd_test: str =

Undocumented

warn_error: bool =

Undocumented