@@ -1672,7 +1672,7 @@ Optional Features:
1672
1672
--enable-ssemath Allow GCC to use SSE floating point math
1673
1673
[default=maybe]
1674
1674
--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 ]
1676
1676
--enable-sse use SSE assembly routines [default=yes]
1677
1677
--enable-sse2 use SSE2 assembly routines [default=maybe]
1678
1678
--enable-sse3 use SSE3 assembly routines [default=maybe]
@@ -20699,7 +20699,7 @@ if test ${enable_3dnow+y}
20699
20699
then :
20700
20700
enableval=$enable_3dnow;
20701
20701
else $as_nop
20702
- enable_3dnow=yes
20702
+ enable_3dnow=no
20703
20703
fi
20704
20704
20705
20705
if test x$enable_3dnow = xyes; then
@@ -21088,28 +21088,28 @@ printf "%s\n" "#define HAVE_ALTIVEC_H 1" >>confdefs.h
21088
21088
fi
21089
21089
fi
21090
21090
21091
- # Check whether --enable-lsx was given.
21091
+ # Check whether --enable-lsx was given.
21092
21092
if test ${enable_lsx+y}
21093
21093
then :
21094
21094
enableval=$enable_lsx;
21095
21095
else $as_nop
21096
21096
enable_lsx=yes
21097
21097
fi
21098
21098
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
21103
21103
printf %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"
21106
21106
21107
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21107
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21108
21108
/* end confdefs.h. */
21109
21109
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
21113
21113
21114
21114
int
21115
21115
main (void)
@@ -21124,19 +21124,19 @@ then :
21124
21124
have_gcc_lsx=yes
21125
21125
fi
21126
21126
rm -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
21128
21128
printf "%s\n" "$have_gcc_lsx" >&6; }
21129
- CFLAGS="$save_CFLAGS"
21129
+ CFLAGS="$save_CFLAGS"
21130
21130
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"
21135
21134
fi
21135
+ fi
21136
21136
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
21138
21138
printf %s "checking for lsxintrin.h... " >&6; }
21139
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21139
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21140
21140
/* end confdefs.h. */
21141
21141
#include <lsxintrin.h>
21142
21142
int
@@ -21154,13 +21154,13 @@ else $as_nop
21154
21154
have_lsxintrin_h_hdr=no
21155
21155
fi
21156
21156
rm -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
21158
21158
printf "%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
21160
21160
21161
21161
printf "%s\n" "#define HAVE_LSXINTRIN_H 1" >>confdefs.h
21162
21162
21163
- fi
21163
+ fi
21164
21164
21165
21165
CheckOSS()
21166
21166
{
0 commit comments