Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dcv_cpu_helper.h281 # define CV_CPU_CALL_AVX512_KNL_(fn, args) return (opt_AVX512_KNL::fn args) macro
287 # define CV_CPU_CALL_AVX512_KNL_(fn, args) if (CV_CPU_HAS_SUPPORT_AVX512_KNL) return (opt_AVX512_K… macro
293 # define CV_CPU_CALL_AVX512_KNL_(fn, args) macro