[PATCH 6/8] crypto: aegis128 - Use neon-intrinsics.h on ARM too

Josh Law joshlaw48 at gmail.com
Wed Apr 22 11:19:31 PDT 2026


Hi ard, this is a good cleanup!

Being able to drop <arm_neon.h> and just using
<asm/neon-intrinsics.h> across both architectures makes the C code much
cleaner.

-# Enable <arm_neon.h>
-CFLAGS_aegis128-neon-inner.o += -isystem $(shell $(CC) -print-file-name=include)

Getting rid of the isystem is good. iirc that was a hack anyway, feel free
to correct me on that

Reviewed-by: Josh Law <joshlaw48 at gmail.com>




More information about the linux-arm-kernel mailing list