Searched refs:ippCPUID_SSE2 (Results 1 – 3 of 3) sorted by relevance
63 #define W7_FM ( PX_FM | ippCPUID_SSE2 )74 #define PX_FM ( ippCPUID_MMX | ippCPUID_SSE | ippCPUID_SSE2 )93 #define SSE2_MSK ( SSE_MSK | ippCPUID_SSE2 )
179 …if( edx_ & BIT26 ) mask |= ippCPUID_SSE2; // edx[26] - Intel(R) Streaming SIMD Extensions … in cpGetFeatures()310 …if( ippCPUID_SSE2 == ( *cpuFeatures & ippCPUID_SSE2 )) { /* Intel(R) architecture forme… in owncpFeaturesToIdx()
297 #define ippCPUID_SSE2 0x00000004 /* Intel(R) Streaming SIMD Extensions 2 instruction… macro