opencv/modules/core
Jojo R 12b8d542b7 norm.cpp(normL2Sqr_): improve performance of pipeline
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.
2020-11-19 09:49:49 +08:00
..
3rdparty/SoftFloat
doc
include/opencv2 core: move inline code from mat.inl.hpp 2020-10-21 23:06:09 +00:00
misc bindings: basic support for #if preprocessor directives 2019-12-04 18:42:31 +03:00
perf core(ocl): options to control buffer access flags 2020-04-02 11:11:06 +00:00
src norm.cpp(normL2Sqr_): improve performance of pipeline 2020-11-19 09:49:49 +08:00
test core(test): regression test for 18473 2020-10-05 17:14:22 +00:00
CMakeLists.txt core: adjust type of allocator_stats counter, allow to disable 2020-03-11 20:12:29 +03:00