From 7d05903ad6171ee3942eac9c4121cac09b8c8c4e Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 20 Sep 2012 21:17:49 -0700 Subject: [PATCH] Changed the comment so it actually talks about the right instruction set. --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 8ea2e392c..e52f4740e 100755 --- a/configure +++ b/configure @@ -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]] diff --git a/configure.in b/configure.in index 877e7b0a9..be3b8e89a 100644 --- a/configure.in +++ b/configure.in @@ -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"