You copied the Doc URL to your clipboard.
FRINTA (scalar)
Floating-point round to integral, to nearest with ties to away.
Syntax
FRINTA
Sd
, Sn
; Single-precision
FRINTA
Dd
, Dn
; Double-precision
Where:
Sd
-
Is the 32-bit name of the SIMD and FP destination register.
Sn
-
Is the 32-bit name of the SIMD and FP source register.
Dd
-
Is the 64-bit name of the SIMD and FP destination register.
Dn
-
Is the 64-bit name of the SIMD and FP source register.
Operation
, where V
d = roundToIntegralTiesToAway(V
n)
is either V
D
or S
.