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
Extracts one of the four words of a.
int _mm_extract_pi16(__m64 a , int n );
PEXTRW
Return Value
The selector n must be an immediate.
r := (n==0) ? a0 : ( (n==1) ? a1 : ( (n==2) ? a2 : a3 ) )
Requirements
Header: mmintrin.h
END Microsoft Specific