Enum SimdInstructionSet
SIMD instruction set support flags.
[Flags]
public enum SimdInstructionSet
Fields
None = 0No SIMD support (scalar only).
Sse2 = 1SSE2 (x86/x64).
Avx2 = 2AVX2 (x86/x64).
Avx512F = 4AVX-512 Foundation (x86/x64).
Neon = 8ARM NEON (Advanced SIMD).
WasmSimd = 16WebAssembly SIMD (128-bit).