[Bug middle-end/107718] clang optimizes TSVC s317 a lot better
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107718 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|
[Bug middle-end/107718] clang optimizes TSVC s317 a lot better
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107718 --- Comment #1 from Richard Biener --- it seems to split the reduction, performing many 0.99 ** n in parallel which is stupid itself as those compute the same result ... I'd say the benchmark is stupid and with -ffast-math we could optimize it