_mm_sub_pd

Microsoft Specific

Subtracts the two double-precision, floating-point values of b from a.

__m128d _mm_sub_pd(__m128d a, __m128d b);
SUBPD

Return Value

r0 := a0 - b0
r1 := a1 - b1 

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Arithmetic Operations (Floating Point)