Home
last modified time | relevance | path

Searched defs:CV_CPU_CALL_SSE4_1 (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.h91 # define CV_CPU_CALL_SSE4_1(fn, args) return (cpu_baseline::fn args) macro
97 # define CV_CPU_CALL_SSE4_1(fn, args) if (CV_CPU_HAS_SUPPORT_SSE4_1) return (opt_SSE4_1::fn args) macro
103 # define CV_CPU_CALL_SSE4_1(fn, args) macro