• Paul E. Murphy's avatar
    core: workaround old gcc vec_mul{e,o} (Issue #15506) · b465c826
    Paul E. Murphy authored
    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 33fb253a
    which leverages the int -> dword expanding multiply.
    
    This fixes Issue #15506
    b465c826
Name
Last commit
Last update
.github Loading commit data...
3rdparty Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.editorconfig Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...