Microsoft Specific
Adds the signed or unsigned 64-bit integer a to the signed or unsigned 64-bit integer b.
__m64 _mm_add_si64 (__m64 a, __m64 b);
PADDQ
Return Value
r := a + b
Requirements
Header: emmintrin.h
END Microsoft Specific
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Microsoft Specific
Adds the signed or unsigned 64-bit integer a to the signed or unsigned 64-bit integer b.
__m64 _mm_add_si64 (__m64 a, __m64 b);
PADDQ
r := a + b
Header: emmintrin.h
END Microsoft Specific