Home
last modified time | relevance | path

Searched refs:ippCPUID_SSE2 (Results 1 – 3 of 3) sorted by relevance

/external/epid-sdk/ext/ipp/sources/include/
Ddispatcher.h63 #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 )
/external/epid-sdk/ext/ipp/sources/ippcp/
Dcpinit.c179 …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()
/external/epid-sdk/ext/ipp/include/
Dippcpdefs.h297 #define ippCPUID_SSE2 0x00000004 /* Intel(R) Streaming SIMD Extensions 2 instruction… macro