Bug#374608: Please add m32r to USE_IEEE test in src/mesa/main/imports.h.

Kazuhiro Inaoka inaoka.kazuhiro at renesas.com
Tue Jun 20 07:31:14 UTC 2006


Package: mesa
Version: 6.4.2-1
Severity: wishlist
Tags: patch

Please add m32r to USE_IEEE test in src/mesa/main/imports.h.

Regards,

Kazuhiro Inaoka
-------------- next part --------------
--- imports.h.org	2006-06-20 17:17:21.009579599 +0900
+++ imports.h	2006-06-20 17:17:49.429108954 +0900
@@ -206,7 +206,7 @@ typedef union { GLfloat f; GLint i; } fi
     defined(__hppa__) || defined(hpux) || \
     defined(__mips) || defined(_MIPS_ARCH) || \
     defined(__arm__) || \
-    defined(__sh__) || \
+    defined(__sh__) || defined(__m32r__) \
     (defined(__alpha__) && (defined(__IEEE_FLOAT) || !defined(VMS)))
 #define USE_IEEE
 #define IEEE_ONE 0x3f800000


More information about the Pkg-mesa-devel mailing list