Searched refs:cpuFeatures (Results 1 – 1 of 1) sorted by relevance
65 IppStatus owncpSetCpuFeaturesAndIdx( Ipp64u cpuFeatures, int* index );263 IppStatus owncpFeaturesToIdx( Ipp64u* cpuFeatures, int* index ) in owncpFeaturesToIdx() argument270 if(( AVX3X_FEATURES == ( *cpuFeatures & AVX3X_FEATURES ))&& in owncpFeaturesToIdx()275 if(( AVX3M_FEATURES == ( *cpuFeatures & AVX3M_FEATURES ))&& in owncpFeaturesToIdx()280 if(( ippCPUID_AVX2 == ( *cpuFeatures & ippCPUID_AVX2 ))&& in owncpFeaturesToIdx()285 if(( ippCPUID_AVX == ( *cpuFeatures & ippCPUID_AVX ))&& in owncpFeaturesToIdx()290 …if( ippCPUID_SSE42 == ( *cpuFeatures & ippCPUID_SSE42 )){ /* Intel(R) architecture forme… in owncpFeaturesToIdx()294 …if( ippCPUID_SSE41 == ( *cpuFeatures & ippCPUID_SSE41 )){ /* Intel(R) architecture forme… in owncpFeaturesToIdx()298 …if( ippCPUID_MOVBE == ( *cpuFeatures & ippCPUID_MOVBE )) { /* Intel Atom(R) processor for… in owncpFeaturesToIdx()302 …if( ippCPUID_SSSE3 == ( *cpuFeatures & ippCPUID_SSSE3 )) { /* Intel(R) architecture forme… in owncpFeaturesToIdx()[all …]