mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
also check for __hppa__ and hpux for IEEE support (bug 1003026)
This commit is contained in:
parent
edfe0fe78b
commit
5f9c21ae67
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Mesa 3-D graphics library
|
||||
* Version: 6.1
|
||||
* Version: 6.2
|
||||
*
|
||||
* Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
|
||||
*
|
||||
|
|
@ -226,6 +226,7 @@ extern void _ext_mesa_free_pixelbuffer( void *pb );
|
|||
defined(__s390x__) || defined(__powerpc__) || \
|
||||
defined(__AMD64__) || \
|
||||
defined(ia64) || defined(__ia64__) || \
|
||||
defined(__hppa__) || defined(hpux) || \
|
||||
(defined(__alpha__) && (defined(__IEEE_FLOAT) || !defined(VMS)))
|
||||
#define USE_IEEE
|
||||
#define IEEE_ONE 0x3f800000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue