Changed the comment so it actually talks about the right instruction set.
This commit is contained in:
parent
ad908fa0de
commit
cc76936aae
2 changed files with 2 additions and 2 deletions
|
@ -450,7 +450,7 @@ AC_HELP_STRING([--enable-mmx], [use MMX assembly routines [[default=yes]]]),
|
|||
fi
|
||||
|
||||
AC_ARG_ENABLE(3dnow,
|
||||
AC_HELP_STRING([--enable-3dnow], [use MMX assembly routines [[default=yes]]]),
|
||||
AC_HELP_STRING([--enable-3dnow], [use 3DNow! assembly routines [[default=yes]]]),
|
||||
, enable_3dnow=yes)
|
||||
if test x$enable_3dnow = xyes; then
|
||||
save_CFLAGS="$CFLAGS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue