[Liboil-commit] liboil/liboilcpu-x86.c

David Schleef ds at kemper.freedesktop.org
Fri Feb 22 11:56:48 PST 2008


 liboil/liboilcpu-x86.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 3e6f867c60a034eb2d258ab95a10bbfc899a8474
Author: David Schleef <ds at ginger.bigkitten.com>
Date:   Fri Feb 22 11:58:28 2008 -0800

    Silence warning about SSE kernel support

diff --git a/liboil/liboilcpu-x86.c b/liboil/liboilcpu-x86.c
index 29f78c6..ebddc93 100644
--- a/liboil/liboilcpu-x86.c
+++ b/liboil/liboilcpu-x86.c
@@ -316,10 +316,7 @@ oil_cpu_detect_kernel_support (void)
   /* NetBSD is OK */
 #else
    
-  /* If we don't know that the operating system supports SSE, don't trust that
-   * it will properly support it.
-   */
-  OIL_ERROR("Operating system is not known to support SSE.  "
+  OIL_WARNING("Operating system is not known to support SSE.  "
       "Assuming it does, which might cause problems");
 #if 0
   oil_cpu_flags &= ~(OIL_IMPL_FLAG_SSE | OIL_IMPL_FLAG_SSE2 |


More information about the Liboil-commit mailing list