Re: [PATCH] crypto: arm64/aegis128 - use explicit vector load for permute vectors

2019-08-30 Thread Herbert Xu
On Mon, Aug 19, 2019 at 05:15:00PM +0300, Ard Biesheuvel wrote: > When building the new aegis128 NEON code in big endian mode, Clang > complains about the const uint8x16_t permute vectors in the following > way: > > crypto/aegis128-neon-inner.c:58:40: warning: vector initializers are not >

Re: [PATCH] crypto: arm64/aegis128 - use explicit vector load for permute vectors

2019-08-19 Thread Nathan Chancellor
On Mon, Aug 19, 2019 at 05:15:00PM +0300, Ard Biesheuvel wrote: > When building the new aegis128 NEON code in big endian mode, Clang > complains about the const uint8x16_t permute vectors in the following > way: > > crypto/aegis128-neon-inner.c:58:40: warning: vector initializers are not >

[PATCH] crypto: arm64/aegis128 - use explicit vector load for permute vectors

2019-08-19 Thread Ard Biesheuvel
When building the new aegis128 NEON code in big endian mode, Clang complains about the const uint8x16_t permute vectors in the following way: crypto/aegis128-neon-inner.c:58:40: warning: vector initializers are not compatible with NEON intrinsics in big endian mode [-Wnonportable-vec