Home
last modified time | relevance | path

Searched refs:CV_CPU_HAS_SUPPORT_SSE3 (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.h48 # define CV_CPU_HAS_SUPPORT_SSE3 1 macro
54 # define CV_CPU_HAS_SUPPORT_SSE3 (cv::checkHardwareSupport(CV_CPU_SSE3)) macro
55 # define CV_CPU_CALL_SSE3(fn, args) if (CV_CPU_HAS_SUPPORT_SSE3) return (opt_SSE3::fn args)
56 # define CV_CPU_CALL_SSE3_(fn, args) if (CV_CPU_HAS_SUPPORT_SSE3) return (opt_SSE3::fn args)
60 # define CV_CPU_HAS_SUPPORT_SSE3 0 macro