summaryrefslogtreecommitdiff
path: root/powerpc64/p7
Commit message (Expand)AuthorAgeFilesLines
* Fix illegal instruction in chacha-2core.asm on POWER7Maamoun TK2022-10-201-16/+31
* Fix a POSIX violation of m4 argument expansionMaamoun TK2022-06-131-53/+60
* [PowerPC64] Use 32-bit offset to load datamamonet2020-12-181-1/+2
* ppc: More interleaving of chacha_4core.Niels Möller2020-12-121-16/+16
* Merge branch 'ppc-chacha-4core'Niels Möller2020-12-081-0/+278
|\
| * ppc: Save registers below stack pointer, without modifying it.ppc-chacha-4coreNiels Möller2020-12-011-10/+11
| * ppc: Optimize chacha_4core main loopNiels Möller2020-12-011-9/+42
| * ppc: Workaround using m4_unquote.Niels Möller2020-11-301-1/+1
| * ppc: Add byte-swapping to chacha_4core, for big-endian builds.Niels Möller2020-11-301-0/+13
| * ppc: New assembly for chacha_core4, doing four blocks in parallel.Niels Möller2020-11-301-0/+231
* | Fix comment typeNiels Möller2020-12-011-1/+1
|/
* ppc: Use vaddcuw instruction.Niels Möller2020-11-281-3/+1
* ppc: Support big-endian for _chacha_2core.ppc-chacha-2coreNiels Möller2020-11-251-0/+17
* ppc: Implement _chacha_2core.Niels Möller2020-11-231-0/+249
* ppc: Comment instructions for chacha byte swapping.ppc-chacha-coreNiels Möller2020-11-071-3/+3
* ppc: chacha-core big-endian supportMaamoun TK2020-09-281-2/+22
* ppc: Assembly implementation of _chacha_core.Niels Möller2020-09-251-0/+140