cc: error: the clang compiler does not support 'faltivec', please use -maltivec and include altivec.h explicitly
12 lines
510 B
Plaintext
12 lines
510 B
Plaintext
--- configure.ac.orig 2024-06-19 10:43:23 UTC
|
|
+++ configure.ac
|
|
@@ -228,7 +228,7 @@ else
|
|
src/dotprod/src/dotprod_rrrf.av.o \
|
|
src/dotprod/src/dotprod_crcf.av.o \
|
|
src/dotprod/src/sumsq.o"
|
|
- ARCH_OPTION="-fno-common -faltivec";;
|
|
+ ARCH_OPTION="-fno-common -maltivec";;
|
|
armv1*|armv2*|armv3*|armv4*|armv5*|armv6*)
|
|
# assume neon instructions are NOT available
|
|
MLIBS_DOTPROD="src/dotprod/src/dotprod_cccf.o \
|