summaryrefslogtreecommitdiff
path: root/src/mesa/main/imports.h
diff options
context:
space:
mode:
authorMichel Dänzer <michel@daenzer.net>2006-06-20 09:39:32 +0000
committerMichel Dänzer <michel@daenzer.net>2006-06-20 09:39:32 +0000
commitc28834bfbb53a4f9a4801cabcd9d026ec7d7f263 (patch)
treebee5b64eef6e03033a3a0b31b644004beabd20c8 /src/mesa/main/imports.h
parent1ec9ed4f2562bcf24edc64275ced39f62ec2a40e (diff)
Add M32R architecture to test for USE_IEEE and friends (Kazuhiro Inaoka,
from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=374608).
Diffstat (limited to 'src/mesa/main/imports.h')
-rw-r--r--src/mesa/main/imports.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h
index 6eeb4841ba..c807973b49 100644
--- a/src/mesa/main/imports.h
+++ b/src/mesa/main/imports.h
@@ -149,7 +149,7 @@ typedef union { GLfloat f; GLint i; } fi_type;
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