Home
last modified time | relevance | path

Searched refs:CV_CPU_CALL_AVX512_CNL (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.h343 # define CV_CPU_CALL_AVX512_CNL(fn, args) return (cpu_baseline::fn args) macro
349 # define CV_CPU_CALL_AVX512_CNL(fn, args) if (CV_CPU_HAS_SUPPORT_AVX512_CNL) return (opt_AVX512_CN… macro
355 # define CV_CPU_CALL_AVX512_CNL(fn, args) macro
358 #define __CV_CPU_DISPATCH_CHAIN_AVX512_CNL(fn, args, mode, ...) CV_CPU_CALL_AVX512_CNL(fn, args); …