Enum SparseSimdLevel
Namespace: VelloSharp
Assembly: VelloSharp.Ffi.Sparse.dll
Specifies which SIMD level the sparse CPU renderer should target.
public enum SparseSimdLevel
Fields
Auto = -1
Let the renderer choose the optimal SIMD level for the current machine.
Avx2 = 4
Target AVX2+FMA on x86/x64 platforms.
Fallback = 0
Force scalar execution without SIMD acceleration.
Neon = 1
Target Neon on 64-bit ARM platforms.
Sse4_2 = 3
Target SSE4.2 on x86/x64 platforms.
WasmSimd128 = 2
Target the wasm32 SIMD128 instruction set.