Home
last modified time | relevance | path

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

/external/opencv3/modules/hal/include/opencv2/hal/
Ddefs.h112 #define CV_CPU_AVX_512VBMI 20 macro
/external/opencv3/modules/core/src/
Dsystem.cpp318 f.have[CV_CPU_AVX_512VBMI] = (cpuid_data[2] & (1<<1)) != 0; in initialize()
/external/opencv3/modules/ts/src/
Dts_func.cpp3056 if (checkHardwareSupport(CV_CPU_AVX_512VBMI) cpu_features += " avx-512vbmi"; in printVersionInfo()