summaryrefslogtreecommitdiff
path: root/ppc_simd.h
Commit message (Expand)AuthorAgeFilesLines
* Update documentationJeffrey Walton2020-04-091-35/+39
* Fix Simon-128 make flagsJeffrey Walton2020-04-091-0/+6
* Fix 32-bit Altive rotate left and rightJeffrey Walton2020-04-091-0/+10
* Update documentationJeffrey Walton2020-04-091-50/+47
* Update commentsJeffrey Walton2020-04-091-50/+43
* Update documentationJeffrey Walton2020-04-081-7/+7
* Add VecSplatElement64 for PowerPCJeffrey Walton2020-04-081-0/+98
* Use VecSplatWord instaed of VecSplatsJeffrey Walton2020-04-081-3/+3
* Update documentationJeffrey Walton2020-04-081-37/+40
* Update comments in ppc_simd.hJeffrey Walton2020-04-081-187/+45
* Add VecSplats functionsJeffrey Walton2020-04-081-125/+167
* Avoid a separate 0 register in VecAdd64 and VecSub64Jeffrey Walton2020-04-081-12/+18
* Use CONST_V8_CAST and NCONST_v*_CAST for addressesJeffrey Walton2020-04-081-28/+28
* Use addr variable nameJeffrey Walton2020-04-081-134/+134
* Update SPECK64 and SPECK128 OptimalDataAlignmentJeffrey Walton2020-04-081-1/+1
* Fix copy/paste typoJeffrey Walton2020-04-071-2/+2
* Update documentationJeffrey Walton2020-04-071-56/+273
* Update documentationJeffrey Walton2020-04-071-1/+1
* Add VecRotateLeft64 and VecRotateRight64 for old Altivec machinesJeffrey Walton2020-04-071-8/+153
* Update documentationJeffrey Walton2020-04-071-2/+2
* Add VecAdd64 and VecSub64 for old Altivec machinesJeffrey Walton2020-04-071-37/+160
* Update documentationJeffrey Walton2020-04-061-16/+16
* Update commentsJeffrey Walton2020-04-061-50/+98
* Update commentsJeffrey Walton2020-04-061-2/+3
* Clear unused variable warnings in Release builds on PowerPCJeffrey Walton2020-04-061-8/+54
* Add 64-bit overload for VecLoadAlignedJeffrey Walton2020-04-051-2/+70
* Update documentationJeffrey Walton2020-04-051-4/+2
* Whitespace check-inJeffrey Walton2020-04-051-64/+64
* Add VecLoadAligned overload for word32Jeffrey Walton2020-04-051-2/+66
* Update PPC64 comments and assertsJeffrey Walton2020-04-041-86/+173
* Use vec_xl and vec_xst for Clang PPC64 loads and storesJeffrey Walton2020-04-041-8/+8
* Whitespace check-inJeffrey Walton2020-04-041-8/+8
* Fix Clang PPC64 load and store issuesJeffrey Walton2020-04-041-23/+23
* Workaround some Clang PPC64 load and store issuesJeffrey Walton2020-04-041-2/+49
* Update documentationJeffrey Walton2020-04-041-10/+10
* Update documentationJeffrey Walton2020-04-041-4/+8
* Update documentationJeffrey Walton2020-04-041-3/+3
* Update commentsJeffrey Walton2020-04-041-4/+4
* Fix PPC64 vec_xl for 64-bit typesJeffrey Walton2020-04-041-1/+1
* Fix PPC64 compile under GCCJeffrey Walton2020-04-041-5/+6
* Fix PPC64 compile under ClangJeffrey Walton2020-04-041-8/+14
* Cleanup casts and comments in ppc_simd.hJeffrey Walton2020-04-041-91/+172
* Update documentationJeffrey Walton2019-11-161-0/+6
* Remove unneeded undef'sJeffrey Walton2019-11-161-2/+0
* Use const int off=0 in VecLoadBEJeffrey Walton2019-11-161-3/+4
* Remove CONST_V32_CAST and NCONST_V32_CASTJeffrey Walton2019-11-161-26/+14
* Use byte pointer for CONST_V32_CAST and NCONST_V32_CASTJeffrey Walton2019-11-161-5/+5
* Update documentationJeffrey Walton2019-10-291-51/+47
* Add documentation headingsJeffrey Walton2019-10-291-29/+44
* Rename VecPolyMultiplyLE to VecIntelMultiply (PR #908)Jeffrey Walton2019-10-261-8/+8