[Bug target/57669] Incorrect floating point values with 32-bit compile

2013-06-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57669 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/57669] Incorrect floating point values with 32-bit compile

2013-06-21 Thread oliverst at online dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57669 --- Comment #3 from Oliver Stoeneberg --- It's unoptimized code and using -msse -mfpmath=sse fixes it. But there is another fix: http://msdn.microsoft.com/en-us/library/vstudio/7t5yh4fd(v=vs.110).aspx Changing autoc[coeff] += d * data[sample+co

[Bug target/57669] Incorrect floating point values with 32-bit compile

2013-06-21 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57669 Andrew Pinski changed: What|Removed |Added Component|c |target --- Comment #2 from Andrew Pinski