- With
subsequent hardware advancements,
especially the x86 SSE
instruction rsqrtss, this
algorithm is not
generally the best
choice for
modern computers,...
-
Arithmetic Scalar – ADDSS, SUBSS, MULSS, DIVSS, RCPSS, SQRTSS, MAXSS, MINSS,
RSQRTSS Packed – ADDPS, SUBPS, MULPS, DIVPS, RCPPS, SQRTPS, MAXPS, MINPS, RSQRTPS...
-
Reciprocal of
Square Root of
Packed Single-Precision Floating-Point
Value RSQRTSS xmm1, xmm2/m32 F3 0F 52 /r
Compute Reciprocal of
Square Root of Scalar...