mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
8965f3ae06
- improve cpu dispatching calls to allow more SIMD extentions (SSE4.1, AVX2, VSX) - wide universal intrinsics - replace dummy v_expand with v_expand_low - replace v_expand + v_mul_wrap with v_mul_expand for product accumulate operations - use FMA for accumulate operations - add mask and more types to accumulate's performance tests
4 lines
146 B
CMake
4 lines
146 B
CMake
set(the_description "Image Processing")
|
|
ocv_add_dispatched_file(accum SSE4_1 AVX AVX2)
|
|
ocv_define_module(imgproc opencv_core WRAP java python js)
|