mirror of https://github.com/opencv/opencv.git
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
pull/15511/head
parent
8609198b05
commit
b465c82696
1 changed files with 27 additions and 0 deletions
Loading…
Reference in new issue