Added "incomplete" tag to 3dnow option
This commit is contained in:
parent
a0e66d0e4c
commit
7e551996c1
4
bochs/configure
vendored
4
bochs/configure
vendored
@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Id: configure.in,v 1.369 2008/06/08 10:33:06 vruppert Exp .
|
||||
# From configure.in Id: configure.in,v 1.370 2008/06/12 21:02:54 sshwarts Exp .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61.
|
||||
#
|
||||
@ -1592,7 +1592,7 @@ Optional Features:
|
||||
--enable-fpu compile in FPU emulation
|
||||
--enable-vme virtual 8086 mode extensions
|
||||
--enable-mmx MMX support
|
||||
--enable-3dnow 3DNow! support
|
||||
--enable-3dnow 3DNow! support (incomplete)
|
||||
--enable-sse SSE support (--enable-sse=no|1|2|3|4)
|
||||
--enable-sse-extension support for SSE extensions
|
||||
--enable-daz denormals-are-zeroes support
|
||||
|
@ -2,7 +2,7 @@ dnl // Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.50)
|
||||
AC_INIT(bochs.h)
|
||||
AC_REVISION([[$Id: configure.in,v 1.370 2008-06-12 21:02:54 sshwarts Exp $]])
|
||||
AC_REVISION([[$Id: configure.in,v 1.371 2008-06-14 16:57:36 sshwarts Exp $]])
|
||||
AC_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_HEADER(ltdlconf.h)
|
||||
|
||||
@ -1584,7 +1584,7 @@ AC_ARG_ENABLE(mmx,
|
||||
|
||||
AC_MSG_CHECKING(for 3DNow! support)
|
||||
AC_ARG_ENABLE(3dnow,
|
||||
[ --enable-3dnow 3DNow! support],
|
||||
[ --enable-3dnow 3DNow! support (incomplete)],
|
||||
[if test "$enableval" = yes; then
|
||||
AC_MSG_RESULT(yes)
|
||||
AC_DEFINE(BX_SUPPORT_3DNOW, 1)
|
||||
|
Loading…
Reference in New Issue
Block a user