[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200727130517.GA1222569@xps-13>
Date: Mon, 27 Jul 2020 15:05:17 +0200
From: Andrea Righi <andrea.righi@...onical.com>
To: Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>
Cc: linux-crypto@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: crypto: aegis128: error: incompatible types when initializing type
'unsigned char' using type 'uint8x16_t'
I'm experiencing this build error on arm64 after updating to gcc 10:
crypto/aegis128-neon-inner.c: In function 'crypto_aegis128_init_neon':
crypto/aegis128-neon-inner.c:151:3: error: incompatible types when initializing type 'unsigned char' using type 'uint8x16_t'
151 | k ^ vld1q_u8(const0),
| ^
crypto/aegis128-neon-inner.c:152:3: error: incompatible types when initializing type 'unsigned char' using type 'uint8x16_t'
152 | k ^ vld1q_u8(const1),
| ^
Anybody knows if there's a fix for this already? Otherwise I'll take a look at it.
Thanks,
-Andrea
Powered by blists - more mailing lists