Re: [Mesa-dev] [PATCH] mesa: Remove use of fpu_control.h

2011-08-15 Thread Eric Anholt
On Mon, 15 Aug 2011 16:55:45 -0700, Chad Versace wrote: > 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

[Mesa-dev] [PATCH] mesa: Remove use of fpu_control.h

2011-08-15 Thread Chad Versace
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. CC: Eric Anholt CC: Brian Paul Signed