@@ -1668,7 +1668,7 @@ Optional Features:
1668
1668
--enable-ssemath Allow GCC to use SSE floating point math
1669
1669
[default=maybe]
1670
1670
--enable-mmx use MMX assembly routines [default=yes]
1671
- --enable-3dnow use 3DNow! assembly routines [default=yes ]
1671
+ --enable-3dnow use 3DNow! assembly routines [default=no ]
1672
1672
--enable-sse use SSE assembly routines [default=yes]
1673
1673
--enable-sse2 use SSE2 assembly routines [default=maybe]
1674
1674
--enable-sse3 use SSE3 assembly routines [default=maybe]
@@ -20647,7 +20647,7 @@ if test ${enable_3dnow+y}
20647
20647
then :
20648
20648
enableval=$enable_3dnow;
20649
20649
else $as_nop
20650
- enable_3dnow=yes
20650
+ enable_3dnow=no
20651
20651
fi
20652
20652
20653
20653
if test x$enable_3dnow = xyes; then
@@ -21036,28 +21036,28 @@ printf "%s\n" "#define HAVE_ALTIVEC_H 1" >>confdefs.h
21036
21036
fi
21037
21037
fi
21038
21038
21039
- # Check whether --enable-lsx was given.
21039
+ # Check whether --enable-lsx was given.
21040
21040
if test ${enable_lsx+y}
21041
21041
then :
21042
21042
enableval=$enable_lsx;
21043
21043
else $as_nop
21044
21044
enable_lsx=yes
21045
21045
fi
21046
21046
21047
- if test x$enable_lsx = xyes; then
21048
- save_CFLAGS="$CFLAGS"
21049
- have_gcc_lsx=no
21050
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GCC -mlsx option" >&5
21047
+ if test x$enable_lsx = xyes; then
21048
+ save_CFLAGS="$CFLAGS"
21049
+ have_gcc_lsx=no
21050
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for GCC -mlsx option" >&5
21051
21051
printf %s "checking for GCC -mlsx option... " >&6; }
21052
- lsx_CFLAGS="-mlsx"
21053
- CFLAGS="$save_CFLAGS $lsx_CFLAGS"
21052
+ lsx_CFLAGS="-mlsx"
21053
+ CFLAGS="$save_CFLAGS $lsx_CFLAGS"
21054
21054
21055
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21055
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21056
21056
/* end confdefs.h. */
21057
21057
21058
- #ifndef __loongarch_sx
21059
- #error Assembler CPP flag not enabled
21060
- #endif
21058
+ #ifndef __loongarch_sx
21059
+ #error Assembler CPP flag not enabled
21060
+ #endif
21061
21061
21062
21062
int
21063
21063
main (void)
@@ -21072,19 +21072,19 @@ then :
21072
21072
have_gcc_lsx=yes
21073
21073
fi
21074
21074
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
21075
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_gcc_lsx" >&5
21075
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_gcc_lsx" >&5
21076
21076
printf "%s\n" "$have_gcc_lsx" >&6; }
21077
- CFLAGS="$save_CFLAGS"
21077
+ CFLAGS="$save_CFLAGS"
21078
21078
21079
- if test x$have_gcc_lsx = xyes; then
21080
- EXTRA_CFLAGS="$EXTRA_CFLAGS $lsx_CFLAGS"
21081
- SUMMARY_math="${SUMMARY_math} lsx"
21082
- fi
21079
+ if test x$have_gcc_lsx = xyes; then
21080
+ EXTRA_CFLAGS="$EXTRA_CFLAGS $lsx_CFLAGS"
21081
+ SUMMARY_math="${SUMMARY_math} lsx"
21083
21082
fi
21083
+ fi
21084
21084
21085
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for lsxintrin.h" >&5
21085
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for lsxintrin.h" >&5
21086
21086
printf %s "checking for lsxintrin.h... " >&6; }
21087
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21087
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21088
21088
/* end confdefs.h. */
21089
21089
#include <lsxintrin.h>
21090
21090
int
@@ -21102,13 +21102,13 @@ else $as_nop
21102
21102
have_lsxintrin_h_hdr=no
21103
21103
fi
21104
21104
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
21105
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_lsxintrin_h_hdr" >&5
21105
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $have_lsxintrin_h_hdr" >&5
21106
21106
printf "%s\n" "$have_lsxintrin_h_hdr" >&6; }
21107
- if test x$have_lsxintrin_h_hdr = xyes; then
21107
+ if test x$have_lsxintrin_h_hdr = xyes; then
21108
21108
21109
21109
printf "%s\n" "#define HAVE_LSXINTRIN_H 1" >>confdefs.h
21110
21110
21111
- fi
21111
+ fi
21112
21112
21113
21113
CheckOSS()
21114
21114
{
0 commit comments