From 6941b823571d35faa97c67dd85bbaf4744172645 Mon Sep 17 00:00:00 2001 From: Stanislav Shwartsman Date: Sun, 11 Apr 2004 13:14:54 +0000 Subject: [PATCH] correct configure checks --- bochs/.conf.everything | 2 ++ bochs/config.h.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bochs/.conf.everything b/bochs/.conf.everything index 491efd8b4..dd28372b4 100644 --- a/bochs/.conf.everything +++ b/bochs/.conf.everything @@ -22,6 +22,8 @@ --enable-mmx \ --enable-fpu \ --enable-sse=2 \ + --enable-pni \ + --enable-3dnow \ --enable-x86-debugger \ --enable-cdrom \ --enable-sb16=linux \ diff --git a/bochs/config.h.in b/bochs/config.h.in index 6e6711e90..d0bb25cfc 100644 --- a/bochs/config.h.in +++ b/bochs/config.h.in @@ -781,7 +781,7 @@ typedef #error SSE is only supported with CPU_LEVEL >= 6 #endif -#if (BX_SUPPORT_PNI && BX_SUPPORT_SSE <= 1) +#if (BX_SUPPORT_PNI && BX_SUPPORT_SSE <= 2) #error "PNI cannot be compiled without SSE/SSE2 support" #endif