@@ -1672,7 +1672,7 @@ Optional Features:
16721672 --enable-ssemath Allow GCC to use SSE floating point math
16731673 [default=maybe]
16741674 --enable-mmx use MMX assembly routines [default=yes]
1675- --enable-3dnow use 3DNow! assembly routines [default=yes ]
1675+ --enable-3dnow use 3DNow! assembly routines [default=no ]
16761676 --enable-sse use SSE assembly routines [default=yes]
16771677 --enable-sse2 use SSE2 assembly routines [default=maybe]
16781678 --enable-sse3 use SSE3 assembly routines [default=maybe]
@@ -20699,7 +20699,7 @@ if test ${enable_3dnow+y}
2069920699then :
2070020700 enableval=$enable_3dnow;
2070120701else $as_nop
20702- enable_3dnow=yes
20702+ enable_3dnow=no
2070320703fi
2070420704
2070520705 if test x$enable_3dnow = xyes; then
@@ -21088,28 +21088,28 @@ printf "%s\n" "#define HAVE_ALTIVEC_H 1" >>confdefs.h
2108821088 fi
2108921089fi
2109021090
21091- # Check whether --enable-lsx was given.
21091+ # Check whether --enable-lsx was given.
2109221092if test ${enable_lsx+y}
2109321093then :
2109421094 enableval=$enable_lsx;
2109521095else $as_nop
2109621096 enable_lsx=yes
2109721097fi
2109821098
21099- if test x$enable_lsx = xyes; then
21100- save_CFLAGS="$CFLAGS"
21101- have_gcc_lsx=no
21102- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GCC -mlsx option" >&5
21099+ if test x$enable_lsx = xyes; then
21100+ save_CFLAGS="$CFLAGS"
21101+ have_gcc_lsx=no
21102+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GCC -mlsx option" >&5
2110321103printf %s "checking for GCC -mlsx option... " >&6; }
21104- lsx_CFLAGS="-mlsx"
21105- CFLAGS="$save_CFLAGS $lsx_CFLAGS"
21104+ lsx_CFLAGS="-mlsx"
21105+ CFLAGS="$save_CFLAGS $lsx_CFLAGS"
2110621106
21107- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21107+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2110821108/* end confdefs.h. */
2110921109
21110- #ifndef __loongarch_sx
21111- #error Assembler CPP flag not enabled
21112- #endif
21110+ #ifndef __loongarch_sx
21111+ #error Assembler CPP flag not enabled
21112+ #endif
2111321113
2111421114int
2111521115main (void)
@@ -21124,19 +21124,19 @@ then :
2112421124 have_gcc_lsx=yes
2112521125fi
2112621126rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
21127- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_gcc_lsx" >&5
21127+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_gcc_lsx" >&5
2112821128printf "%s\n" "$have_gcc_lsx" >&6; }
21129- CFLAGS="$save_CFLAGS"
21129+ CFLAGS="$save_CFLAGS"
2113021130
21131- if test x$have_gcc_lsx = xyes; then
21132- EXTRA_CFLAGS="$EXTRA_CFLAGS $lsx_CFLAGS"
21133- SUMMARY_math="${SUMMARY_math} lsx"
21134- fi
21131+ if test x$have_gcc_lsx = xyes; then
21132+ EXTRA_CFLAGS="$EXTRA_CFLAGS $lsx_CFLAGS"
21133+ SUMMARY_math="${SUMMARY_math} lsx"
2113521134 fi
21135+ fi
2113621136
21137- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for lsxintrin.h" >&5
21137+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for lsxintrin.h" >&5
2113821138printf %s "checking for lsxintrin.h... " >&6; }
21139- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21139+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2114021140/* end confdefs.h. */
2114121141#include <lsxintrin.h>
2114221142int
@@ -21154,13 +21154,13 @@ else $as_nop
2115421154 have_lsxintrin_h_hdr=no
2115521155fi
2115621156rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
21157- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_lsxintrin_h_hdr" >&5
21157+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_lsxintrin_h_hdr" >&5
2115821158printf "%s\n" "$have_lsxintrin_h_hdr" >&6; }
21159- if test x$have_lsxintrin_h_hdr = xyes; then
21159+ if test x$have_lsxintrin_h_hdr = xyes; then
2116021160
2116121161printf "%s\n" "#define HAVE_LSXINTRIN_H 1" >>confdefs.h
2116221162
21163- fi
21163+ fi
2116421164
2116521165CheckOSS()
2116621166{
0 commit comments