summaryrefslogtreecommitdiff
path: root/ppc_simd.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add XLC 12 loads and stores for AIX (PR #907)Jeffrey Walton2019-10-261-1/+22
* Update documentationJeffrey Walton2019-10-261-2/+20
* Update documentationJeffrey Walton2019-10-251-4/+5
* Improve PPC64 feature tests for XLC on AIXJeffrey Walton2019-10-251-7/+23
* Remove unneeded PPC codeJeffrey Walton2019-10-251-21/+1
* Rework CPU_ProbePower7 (PR #905)Jeffrey Walton2019-10-241-333/+303
* More Clang and XLC workarounds (PR #904)Jeffrey Walton2019-10-241-21/+21
* Some more workarounds for Clang and XLC on PowerPC (PR #903)Jeffrey Walton2019-10-241-61/+62
* Update Power7 tests for ClangJeffrey Walton2019-10-241-2/+2
* Guard VecRotateLeft and VecRotateRight with Power8Jeffrey Walton2019-10-241-14/+2
* Try to replace vec_rl for Clang 3.8Jeffrey Walton2019-10-231-0/+12
* Fix AIX and Linux compiles for PowerPC (PR #902)Jeffrey Walton2019-10-231-234/+123
* Add another Clang workaround on PowerPCJeffrey Walton2019-10-231-2/+7
* Add another Clang workaround on PowerPCJeffrey Walton2019-10-231-1/+3
* Port ppc_simd.h to Clang 3.8 (PR #900)Jeffrey Walton2019-10-231-62/+104
* Revert to Commit 0281083 (PR #899)Jeffrey Walton2019-10-221-12/+12
* Fix PPC64 compile with Clang 3.8 on Little Endian machinesJeffrey Walton2019-10-211-22/+30
* Use PowerPC unaligned loads and stores with Power8 (GH #825, PR #826)Jeffrey Walton2019-04-271-27/+27
* Use VectMergeLow and VecMergeHighJeffrey Walton2019-01-211-4/+4
* Fix TestAltivecOps on AIXJeffrey Walton2019-01-201-4/+4
* Update documentationJeffrey Walton2019-01-201-58/+61
* Update documentationJeffrey Walton2019-01-201-42/+79
* Update documentationJeffrey Walton2019-01-201-3/+27
* Add VecPolyMultiply for Intel-equivalent F2N multipliesJeffrey Walton2019-01-201-6/+118
* Update documentationJeffrey Walton2019-01-191-8/+10
* Update documentationJeffrey Walton2019-01-191-3/+4