Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Specific
Subtracts the signed or unsigned 64-bit integer b from the signed or unsigned 64-bit integer a.
__m64 _mm_sub_si64 (__m64 a, __m64 b);
PSUBQ
Return Value
r := a – b
Requirements
Header: emmintrin.h
END Microsoft Specific