<br><br><div class="gmail_quote">2012/1/12 Matt Turner <span dir="ltr">&lt;<a href="mailto:mattst88@gmail.com">mattst88@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Fixes glsl-const-folding-01. inversesqrt(1.0) != 1.0 was evaluating as<br>
true.<br>
<br>
Signed-off-by: Matt Turner &lt;<a href="mailto:mattst88@gmail.com">mattst88@gmail.com</a>&gt;<br>
---<br>
I think softpipe also had some problems recently due to -ffast-math?<br>
<br>
 <a href="http://configure.ac" target="_blank">configure.ac</a> |    3 ---<br>
 1 files changed, 0 insertions(+), 3 deletions(-)<br>
<br>
diff --git a/<a href="http://configure.ac" target="_blank">configure.ac</a> b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
index 3f8b6b6..7461f28 100644<br>
--- a/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
+++ b/<a href="http://configure.ac" target="_blank">configure.ac</a><br>
@@ -168,9 +168,6 @@ esac<br>
 dnl Add flags for gcc and g++<br>
 if test &quot;x$GCC&quot; = xyes; then<br>
     CFLAGS=&quot;$CFLAGS -Wall -Wmissing-prototypes -std=c99&quot;<br>
-    if test &quot;x$CLANG&quot; = &quot;xno&quot;; then<br>
-       CFLAGS=&quot;$CFLAGS -ffast-math&quot;<br>
-    fi<br>
<br>
     # Enable -fvisibility=hidden if using a gcc that supports it<br>
     save_CFLAGS=&quot;$CFLAGS&quot;<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.7.3.4<br>
<br>
_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</font></span></blockquote></div><br>+1<br><br>I we are going to change this, then please also do so in the currend ( new opened ) 8.0 branch as it will fix bugs.<br><br>Greetings<br>