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

/external/opencv3/modules/hal/include/opencv2/hal/
H A Ddefs.h108 #define CV_CPU_AVX_512DQ 16 macro
/external/opencv3/modules/core/src/
H A Dsystem.cpp311 f.have[CV_CPU_AVX_512DQ] = (cpuid_data[1] & (1<<17)) != 0;
/external/opencv3/modules/ts/src/
H A Dts_func.cpp3044 if (checkHardwareSupport(CV_CPU_AVX_512DQ) cpu_features += " avx-512dq";

Completed in 500 milliseconds