util: Don't define replacement math functions for CE.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 28 Jul 2008 13:42:18 +0000 (22:42 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Mon, 28 Jul 2008 13:42:18 +0000 (22:42 +0900)
It appears to be working without this before, and it is probably necessary.

src/gallium/include/pipe/p_util.h

index 892bd4bf8a84adcbad6589a334893cb670c2faab..eec413842fbca8db0fe8ad03fdd1eb13fbe4941d 100644 (file)
@@ -34,7 +34,7 @@
 #include "p_format.h"
 #include "p_pointer.h"
 
-#if defined(PIPE_SUBSYSTEM_WINDOWS_MINIPORT) || defined(PIPE_SUBSYSTEM_WINDOWS_CE)
+#if defined(PIPE_SUBSYSTEM_WINDOWS_MINIPORT)
 __inline double ceil(double val)
 {
        double ceil_val;