fix IEEE_ONE definition for ICC compiler (bug 15134)
authorBrian <brian.paul@tungstengraphics.com>
Wed, 19 Mar 2008 23:24:20 +0000 (17:24 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 19 Mar 2008 23:25:50 +0000 (17:25 -0600)
src/mesa/main/imports.h

index ebdfc452a7aa838ef845126c6094584dda7260d5..b0234a2b85e3e0516ddb1e18f4e00b75c6c62aaa 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Mesa 3-D graphics library
- * Version:  6.5.2
+ * Version:  7.1
  *
- * Copyright (C) 1999-2006  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2008  Brian Paul   All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -159,7 +159,7 @@ typedef union { GLfloat f; GLint i; } fi_type;
  ***/
 #if defined(__i386__) || defined(__386__) || defined(__sparc__) || \
     defined(__s390x__) || defined(__powerpc__) || \
-    defined(__amd64__) || \
+    defined(__amd64__) || defined(__x86_64__) || \
     defined(ia64) || defined(__ia64__) || \
     defined(__hppa__) || defined(hpux) || \
     defined(__mips) || defined(_MIPS_ARCH) || \