Home
last modified time | relevance | path

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

/external/opencv3/modules/hal/include/opencv2/hal/
Ddefs.h106 #define CV_CPU_AVX_512BW 14 macro
/external/opencv3/modules/core/src/
Dsystem.cpp316 f.have[CV_CPU_AVX_512BW] = (cpuid_data[1] & (1<<30)) != 0; in initialize()
/external/opencv3/modules/ts/src/
Dts_func.cpp3038 if (checkHardwareSupport(CV_CPU_AVX_512BW) cpu_features += " avx-512bw"; in printVersionInfo()