also check for __hppa__ and hpux for IEEE support (bug 1003026)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user