Re: [v4 PATCH 1/2] [PowerPC] Add simd.h implementation

2019-05-15 Thread Shawn Landden
On Wed, May 15, 2019 at 1:27 AM Christophe Leroy wrote: > Could you please as usual list here the changes provided by each version > to ease the review ? A bunch of embarrassing stuff that caused it not to build on some set-ups (the functions were under the wrong include guards), and I added inclu

Re: [v4 PATCH 1/2] [PowerPC] Add simd.h implementation

2019-05-14 Thread Christophe Leroy
Le 15/05/2019 à 03:37, Shawn Landden a écrit : Based off the x86 one. WireGuard really wants to be able to do SIMD in interrupts, so it can accelerate its in-bound path. Signed-off-by: Shawn Landden --- Could you please as usual list here the changes provided by each version to ease the