[Bug c++/68125] std::sqrt prevent use of associative math

2015-10-28 Thread vincenzo.innocente at cern dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68125 vincenzo Innocente changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/68125] std::sqrt prevent use of associative math

2015-10-28 Thread vincenzo.innocente at cern dot ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68125 --- Comment #2 from vincenzo Innocente --- Thanks Marc for the fast check I am still with gcc version 6.0.0 20150801 (experimental) [trunk revision 226463] (GCC) will update and verify

[Bug c++/68125] std::sqrt prevent use of associative math

2015-10-28 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68125 --- Comment #1 from Marc Glisse --- With a snapshot from Oct 14, I am getting the same code (using rsqrtss) for both functions. Maybe it is already fixed?