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