Updated OE 27. Wide Universal Intrinsics (markdown)

Vadim Pisarevsky 2018-03-02 14:08:27 +03:00
parent 50027c267a
commit d2a87d69c5

@ -29,8 +29,9 @@ Some people may already use those SIMD128 universal intrinsics. For them we coul
## Possible alternatives
1. leave things as-is
2. mini-Halide, embedded into OpenCV, can be a viable alternative for regular kernels that fit Halide. For complex custom loops that need to be optimized manually Halide solution will not work.
1. mini-Halide, embedded into OpenCV, can be a viable alternative for regular kernels that fit Halide. For complex custom loops that need to be optimized manually Halide solution will not work.
## References
TBD
1. [universal intrinsics](https://docs.opencv.org/master/df/d91/group__core__hal__intrin.html)
1. [dynamic CPU dispatch guide](CPU-optimizations-build-options)