mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
12b8d542b7
The most of target machine use one type cpu unit resource to execute some one type of instruction, e.g. all vx_load API use load/store cpu unit, and v_muladd API use mul/mula cpu unit, we interleave vx_load and v_muladd to improve performance on most targets like RISCV or ARM.