_mm_sqrt_pd
Microsoft Specific
Computes the square roots of the two double-precision, floating-point values of a.
__m128d _mm_sqrt_pd(__m128d a);
SQRTPD
r0 := sqrt(a0)
r1 := sqrt(a1)
Header: emmintrin.h
END Microsoft Specific
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
Microsoft Specific
Computes the square roots of the two double-precision, floating-point values of a.
__m128d _mm_sqrt_pd(__m128d a);
SQRTPD
r0 := sqrt(a0)
r1 := sqrt(a1)
Header: emmintrin.h
END Microsoft Specific