Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed the comment so it actually talks about the right instruction …
…set.
  • Loading branch information
slouken committed Sep 21, 2012
1 parent 8796080 commit 7d05903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -1503,7 +1503,7 @@ Optional Features:
--enable-ssemath Allow GCC to use SSE floating point math
[[default=no]]
--enable-mmx use MMX assembly routines [[default=yes]]
--enable-3dnow use MMX assembly routines [[default=yes]]
--enable-3dnow use 3DNow! assembly routines [[default=yes]]
--enable-sse use SSE assembly routines [[default=yes]]
--enable-sse2 use SSE2 assembly routines [[default=no]]
--enable-altivec use Altivec assembly routines [[default=yes]]
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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"
Expand Down

0 comments on commit 7d05903

Please sign in to comment.