Enum MathSimdType
This class represent the type of SIMD instriction supported.
Namespace: Evergine.Mathematics
Assembly: Evergine.Mathematics.dll
Syntax
public enum MathSimdType
Fields
| Name | Description |
|---|---|
| AdvSimd | ARM AdvSIMD instructions. |
| NoSimd | No SIMD instructions used. |
| Sse | SSE (Streaming SIMD Extensions) is supported. |