mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-26 15:40:30 +01:00
Add M32R architecture to test for USE_IEEE and friends (Kazuhiro Inaoka,
from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=374608).
This commit is contained in:
parent
1ec9ed4f25
commit
c28834bfbb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue