Module ispc::opt

source · []
Expand description

This module has various option flags and configs we can pass to ISPC, located here for convience and clutter reduction.

Enums

Select 32 or 64 bit addressing to be used by ISPC. Note: 32-bit addressing calculations are done by default, even on 64 bit target architectures.

Select the target CPU architecture

ISPC target CPU ISA options, if none is set ISPC will target the machine being compile on.

Different math libraries that ISPC can use for computations.

ISPC optimization options.

Target instruction sets and vector widths available to specialize for. The default if none is set will be the host CPU’s ISA and vector width.

Target instruction sets and vector widths available to specialize for. The default if none is set will be the host CPU’s ISA and vector width.