diff options
author | Chad Versace <[email protected]> | 2011-08-15 10:58:25 -0700 |
---|---|---|
committer | Chad Versace <[email protected]> | 2011-08-16 13:34:33 -0700 |
commit | eb0ff1a1c0f1978d867c748bf2525f717a56bfce (patch) | |
tree | 1db03d0171688b5f35dcb80ad203472851fec2fd /src/mesa/main/compiler.h | |
parent | 0ddf0f1c3451eef8a7c7f46afca623dc4f7c5af6 (diff) |
mesa: Remove use of fpu_control.h
Remove the inclusion of fpu_control.h from compiler.h. Since Bionic lacks
fpu_control.h, this fixes the Android build.
Also remove the sole use of the fpu_control bits, which was in debug.c.
Those were brianp's debug bits, and he approved of their removal.
Reviewed-by: Eric Anholt <[email protected]>
Signed-off-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/mesa/main/compiler.h')
-rw-r--r-- | src/mesa/main/compiler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index ee7d0b2f880..8ed1c6fa61f 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/compiler.h @@ -45,9 +45,6 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> -#if defined(__linux__) && defined(__i386__) -#include <fpu_control.h> -#endif #include <float.h> #include <stdarg.h> |