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
Performs a bitwise OR of the 64-bit value in m1 with the 64-bit value in m2.
__m64 _mm_or_si64 (__m64 m1 , __m64 m2);
POR
Remarks
A synonym for _mm_or_si64 is _m_por.
Requirements
Header: mmintrin.h
END Microsoft Specific