opencv/modules/core
Paul E. Murphy b465c82696 core: workaround old gcc vec_mul{e,o} (Issue #15506)
ISA 2.07 (aka POWER8) effectively extended the expanding multiply
operation to word types. The altivec intrinsics prior to gcc 8 did
not get the update.

Workaround this deficiency similar to other fixes.

This was exposed by commit 33fb253a66
which leverages the int -> dword expanding multiply.

This fixes Issue #15506
2019-09-12 09:54:02 -05:00
..
3rdparty/SoftFloat Add install component for 3rdparty libraries licenses 2018-03-06 16:32:30 +03:00
doc docs: intro formatting update, minor cleanup 2018-11-04 02:36:24 +00:00
include/opencv2 core: workaround old gcc vec_mul{e,o} (Issue #15506) 2019-09-12 09:54:02 -05:00
misc Fix modules/ typos 2019-08-16 17:34:29 +03:00
perf fast_math: add extra perf/unit tests 2019-08-07 14:59:46 -05:00
src Merge pull request #15444 from alalek:ocl_fix_fft_kernel 2019-09-04 16:25:34 +00:00
test Extend tests for v_check_any and v_check_all intrinsics 2019-08-28 14:53:31 +03:00
CMakeLists.txt cmake: update initialization 2019-08-08 15:23:16 +03:00