Enum NeonOperation
- Namespace
- DotCompute.Backends.CPU.Kernels
- Assembly
- DotCompute.Backends.CPU.dll
NEON operation types for enhanced ARM support.
public enum NeonOperation
Fields
AbsoluteDifference = 6The absolute difference
Add = 0The add
Maximum = 7The maximum
Minimum = 8The minimum
Multiply = 1The multiply
MultiplyAdd = 2The multiply add
MultiplySubtract = 3The multiply subtract
ReciprocalSquareRootEstimate = 5The reciprocal square root estimate
ReciprocateEstimate = 4The reciprocate estimate
Round = 9The round