Searched refs:ippCPUID_SSE3 (Results 1 – 3 of 3) sorted by relevance
64 #define V8_FM ( W7_FM | ippCPUID_SSE3 | ippCPUID_SSSE3 )75 #define M7_FM ( PX_FM | ippCPUID_SSE3 )94 #define SSE3_MSK ( SSE2_MSK | ippCPUID_SSE3 )
180 …if( ecx_ & BIT00 ) mask |= ippCPUID_SSE3; // ecx[0] - Intel(R) Streaming SIMD Extensions … in cpGetFeatures()306 …if( ippCPUID_SSE3 == ( *cpuFeatures & ippCPUID_SSE3 )) { /* Intel(R) architecture forme… in owncpFeaturesToIdx()
298 #define ippCPUID_SSE3 0x00000008 /* Intel(R) Streaming SIMD Extensions 3 instruction… macro