Verified Commit 87829a03 authored by Bernd Paysan's avatar Bernd Paysan
Browse files

Add ARMv8 neon implementation

parent 649cad97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ nomflags="`echo $CFLAGS | sed -e 's/-m[[^ ]]* //g'`"
case "$host" in
     aarch64*)
	asmflags="-O3 `echo $nomflags | sed -e 's/-fdebug[^ ]* //g'`"
	flags="-O3 $nomflags"
	flags="-O3 `echo $nomflags | sed -e 's/-fdebug[^ ]* //g'`"
	as="armv8a-neon-as"
	enable_asm=yes
	plattform=armv8a-neon