[Bug tree-optimization/86029] gcc -O3 make very slow product

2021-05-29 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86029 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|WAITING

[Bug tree-optimization/86029] gcc -O3 make very slow product

2018-06-04 Thread tavianator at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86029 --- Comment #5 from Tavian Barnes --- (In reply to Zsolt from comment #3) > What is the difference between gcc's and clang's __mulsc3? The important difference is that Clang (and GCC trunk) expand the fastpath inline, and fall back on __mulsc3

[Bug tree-optimization/86029] gcc -O3 make very slow product

2018-06-02 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86029 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug tree-optimization/86029] gcc -O3 make very slow product

2018-06-02 Thread hg2ecz at ham dot hu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86029 --- Comment #3 from Zsolt --- smallrx$ clang-6.0 -O3 -march=native rx.c -S smallrx$ cat rx.s | grep mulsc callq __mulsc3 callq __mulsc3 callq __mulsc3 smallrx$ gcc -O3 -march=native rx.c -S smallrx$ cat rx.s | grep

[Bug tree-optimization/86029] gcc -O3 make very slow product

2018-06-01 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86029 ktkachov at gcc dot gnu.org changed: What|Removed |Added CC||ktkachov at gcc dot gnu.org

[Bug tree-optimization/86029] gcc -O3 make very slow product

2018-06-01 Thread tavianator at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86029 Tavian Barnes changed: What|Removed |Added CC||tavianator at gmail dot com --- Comment