core(SIMD): align behavior of vector constructors
authorAlexander Alekhin <alexander.a.alekhin@gmail.com>
Sun, 12 Apr 2020 18:18:17 +0000 (18:18 +0000)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Fri, 17 Apr 2020 14:34:34 +0000 (14:34 +0000)
commitdcf7eb972edc60c6638eebd55d3e48d4cc6e0e2e
tree20303e2caa9633b371af001ecbc5a83827a2445e
parent0812207db7ee1ab304730253cb89db6c25571762
core(SIMD): align behavior of vector constructors

- setzero() calls are dropped due low-level API nature
- initialization is mandatory if necessary (not an output of other calls)
modules/core/include/opencv2/core/hal/intrin_avx.hpp
modules/core/include/opencv2/core/hal/intrin_avx512.hpp
modules/core/include/opencv2/core/hal/intrin_msa.hpp [changed mode: 0755->0644]
modules/core/include/opencv2/core/hal/intrin_sse.hpp
modules/core/include/opencv2/core/hal/intrin_vsx.hpp
modules/core/include/opencv2/core/hal/intrin_wasm.hpp
modules/core/include/opencv2/core/hal/msa_macros.h [changed mode: 0755->0644]