aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/extras/Mesa.patches_6.4.2/4004_define-USE_IEEE-macro-for-more-platforms.patch
blob: dff1599763fc5843b84548e64449d06b39976e18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Description: define USE_IEEE for __aarch64__ and __mc68000__, as well

Index: Mesa/src/mesa/main/imports.h
===================================================================
--- Mesa.orig/src/mesa/main/imports.h
+++ Mesa/src/mesa/main/imports.h
@@ -205,6 +205,8 @@ typedef union { GLfloat f; GLint i; } fi
     defined(__hppa__) || defined(hpux) || \
     defined(__mips) || defined(_MIPS_ARCH) || \
     defined(__arm__) || \
+    defined(__aarch64__) || \
+    defined(__mc68000__) || \
     defined(__sh__) || \
     (defined(__alpha__) && (defined(__IEEE_FLOAT) || !defined(VMS)))
 #define USE_IEEE