Table of Contents

Enum SimdInstructionSet

Namespace
Celeritas.Core.Simd
Assembly
Celeritas.dll

SIMD instruction set support flags.

[Flags]
public enum SimdInstructionSet

Fields

None = 0

No SIMD support (scalar only).

Sse2 = 1

SSE2 (x86/x64).

Avx2 = 2

AVX2 (x86/x64).

Avx512F = 4

AVX-512 Foundation (x86/x64).

Neon = 8

ARM NEON (Advanced SIMD).

WasmSimd = 16

WebAssembly SIMD (128-bit).