Commit d4941a6a authored by Mike Gabriel's avatar Mike Gabriel

Mesa.patches: Define USE_IEEE for __aarch64__ and __mc68000__, as well.

parent 85b925e3
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
@@ -204,6 +204,8 @@ typedef union { GLfloat f; GLint i; } fi
defined(ia64) || defined(__ia64__) || \
defined(__mips) || defined(_MIPS_ARCH) || \
defined(__arm__) || \
+ defined(__aarch64__) || \
+ defined(__mc68000__) || \
defined(__sh__) || \
(defined(__alpha__) && (defined(__IEEE_FLOAT) || !defined(VMS)))
#define USE_IEEE
4001_CreatePixmap-AllocationHints.patch
4002_define-USE_IEEE-macro-for-more-platforms.patch
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment