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

/external/opencv3/modules/hal/include/opencv2/hal/
H A Ddefs.h113 #define CV_CPU_AVX_512VL 21 macro
/external/opencv3/modules/core/src/
H A Dsystem.cpp317 f.have[CV_CPU_AVX_512VL] = (cpuid_data[1] & (1<<31)) != 0;
/external/opencv3/modules/ts/src/
H A Dts_func.cpp3059 if (checkHardwareSupport(CV_CPU_AVX_512VL) cpu_features += " avx-512vl";

Completed in 85 milliseconds