Table of Contents

Enum NeonOperation

Namespace
DotCompute.Backends.CPU.Kernels
Assembly
DotCompute.Backends.CPU.dll

NEON operation types for enhanced ARM support.

public enum NeonOperation

Fields

AbsoluteDifference = 6

The absolute difference

Add = 0

The add

Maximum = 7

The maximum

Minimum = 8

The minimum

Multiply = 1

The multiply

MultiplyAdd = 2

The multiply add

MultiplySubtract = 3

The multiply subtract

ReciprocalSquareRootEstimate = 5

The reciprocal square root estimate

ReciprocateEstimate = 4

The reciprocate estimate

Round = 9

The round