[PATCH] "PowerPC64" AES improve syntax

2020-08-29 Thread Maamoun TK
This patch adds "VSR" macro to improve the syntax of assembly code, I will create a separate patch for gcm-hash since it hasn't merged yet to the master. I also removed the TODO from README because I tried to use "lxv/stxv" in POWER9 instead of "lxvd2x/stxvd2x" but gcc produced "lxvd2x/stxvd2x"

Re: [Patch] "PowerPC64" Add README (Reformatted)

2020-08-29 Thread Maamoun TK
Great. I can confirm the testsuite is passed and the performance of AES is as expected for both fat and explicit crypto configurations. On Sat, Aug 29, 2020 at 4:14 PM Niels Möller wrote: > ni...@lysator.liu.se (Niels Möller) writes: > > > Merged to the power-asm-wip branch (there were still

Re: [Patch] "PowerPC64" Add README (Reformatted)

2020-08-29 Thread Niels Möller
ni...@lysator.liu.se (Niels Möller) writes: > Merged to the power-asm-wip branch (there were still some improper line > breaks on the url-lines at the end; I had to edit a little before git am > was happy with it). And I did the P8 -> p8 rename. If the ci tests work > out fine, I'll merge to the