Searched refs:CV_CPU_AVX_512ER (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/hal/include/opencv2/hal/
H A Ddefs.h109 #define CV_CPU_AVX_512ER 17 macro
/external/opencv3/modules/core/src/
H A Dsystem.cpp314 f.have[CV_CPU_AVX_512ER] = (cpuid_data[1] & (1<<27)) != 0;
/external/opencv3/modules/ts/src/
H A Dts_func.cpp3047 if (checkHardwareSupport(CV_CPU_AVX_512ER) cpu_features += " avx-512er";

Completed in 33 milliseconds