• Chip Kerchner's avatar
    Merge pull request #15555 from ChipKerchner:flipVectorize · ed7e4273
    Chip Kerchner authored
    * Vectorize flipHoriz and flipVert functions.
    
    * Change v_load_mirror_1 to use vec_revb for VSX
    
    * Only use vec_revb in ISA3.0
    
    * Removing vec_revb code since some of the older compilers don't fully support it.
    
    * Use new v_reverse intrinsic and cleanup code.
    
    * Ensure there are no alignment issues with copies
    ed7e4273
copy.cpp 46.6 KB