opencv/modules/core
Alexander Alekhin 5c3880d302 core(intrin): avoid symbols duplication from SIMD128/256 cases
All vx_call() must be wrapped into own simd128/simd256/simd512 namespace

```
namespace CV__SIMD_NAMESPACE {
... vx_call declaration is here ...
}
```
2018-08-06 19:29:46 +00:00
..
3rdparty/SoftFloat Add install component for 3rdparty libraries licenses 2018-03-06 16:32:30 +03:00
doc documentation: avoid links to 'master' branch from 3.4 maintenance branch 2018-05-31 16:45:18 +03:00
include/opencv2 core(intrin): avoid symbols duplication from SIMD128/256 cases 2018-08-06 19:29:46 +00:00
misc/java core:ppc Fix java CoreTest/testMahalanobis (#11677) 2018-06-07 14:16:48 +03:00
perf core: CV_NODISCARD macro with semantic of [[nodiscard]] attr 2018-07-16 18:03:32 +03:00
src Merge pull request #12121 from maver1:amatyuko/sse2_convert_with_saturation_fix 2018-08-06 14:26:37 +00:00
test core(test): intrinsic tests for all dispatched CPU optimizations 2018-08-01 13:50:42 +03:00
CMakeLists.txt core(test): intrinsic tests for all dispatched CPU optimizations 2018-08-01 13:50:42 +03:00