Searched refs:ippCPUID_SSE (Results 1 – 3 of 3) sorted by relevance
61 #define PX_FM ( ippCPUID_MMX | ippCPUID_SSE )74 #define PX_FM ( ippCPUID_MMX | ippCPUID_SSE | ippCPUID_SSE2 )92 #define SSE_MSK ( MMX_MSK | ippCPUID_SSE )
178 …if( edx_ & BIT25 ) mask |= ippCPUID_SSE; // edx[25] - Intel(R) Streaming SIMD Extensions … in cpGetFeatures()314 …if( ippCPUID_SSE == ( *cpuFeatures & ippCPUID_SSE )) { /* Intel(R) Pentium(R) process… in owncpFeaturesToIdx()
296 #define ippCPUID_SSE 0x00000002 /* Intel(R) Streaming SIMD Extensions instruction s… macro