Dependencies for primitive-simd-0.1.0.0
Libraries
primitive-simd
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| no-vec | Disable all vector hardware instructions. Your code will run on all hardware but also be a lot slower. | Disabled |
| vec256 | Enable 256-bit vector hardware instructions. Your code will only run if your CPU supports 256-bit vector instructions. | Disabled |
| vec512 | Enable 512-bit vector hardware instructions. Your code will only run if your CPU supports 512-bit vector instructions. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info