[PATCH] "PowerPC64" Add README

2020-07-21 Thread Maamoun TK
--- powerpc64/README | 86 1 file changed, 86 insertions(+) create mode 100644 powerpc64/README diff --git a/powerpc64/README b/powerpc64/README new file mode 100644 index ..6d6f3fbb --- /dev/null +++ b/powerpc64/README @@ -0,0

Re: Optimizing salsa20

2020-07-21 Thread Michael Weiser
Hello Niels, sorry for the delay - I've been on vacation. On Thu, Jul 09, 2020 at 04:05:21PM +0200, Niels Möller wrote: > This will break support for big-endian ARM for > now, since I'm not able to test that. We still have the ARM BE CI ready to go. Is it maybe time to get it activated on

Re: Add ppc64le arch to Gitlab CI

2020-07-21 Thread Michael Weiser
Hello Niels, On Tue, Jun 23, 2020 at 09:50:20AM +0200, Niels Möller wrote: > > I investigated this issue. The Debian image used for Gitlab CI only > > supports the following archs amd64 mips armhf arm64. To add a new arch, > > this arch should be added to the sources list of apt and install the

Re: [PATCH 2/6] "PowerPC64" Add optimized AES [Enc|Dec]

2020-07-21 Thread Maamoun TK
On Mon, Jul 20, 2020 at 8:41 PM Niels Möller wrote: Latency less than one cycle sounds wrong. Usually, simple ALU > instructions like xor has a latency of exactly one cycle (i.e., when an > instruction starts executing (all inputs are available), the result is > available for depending