opencv/modules/core/include
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
..
opencv2 core(intrin): avoid symbols duplication from SIMD128/256 cases 2018-08-06 19:29:46 +00:00