https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82680
--- Comment #4 from Andrew Pinski ---
(In reply to Andrew Pinski from comment #3)
I should say this is with the following options:
/O2 /std:c++latest /arch:AVX2
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82680
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82680
--- Comment #2 from Peter Cordes ---
gcc's sequence is *probably* good, as long as it uses xor / comisd / setcc and
not comisd / setcc / movzx (which gcc often likes to do for integer setcc).
(u)comisd and cmpeqsd both run on the FP add unit. A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82680
Uroš Bizjak changed:
What|Removed |Added
CC||peter at cordes dot ca
--- Comment #1 from