[Bug target/100927] [sse2] floating point to integer conversion functions incorrect results w/ NaN constants + optimization

2023-02-12 Thread michael.crusoe at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100927 --- Comment #3 from Michael Crusoe --- Good question, lets check the reference. Summary: it is specified behavior that _mm_cvttpd_epi32 returns Integer Indefinite (8000H) for NaN inputs. All references below are from the December 2022 edit

[Bug target/100927] [sse2] floating point to integer conversion functions incorrect results w/ NaN constants + optimization

2023-02-12 Thread michael.crusoe at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100927 Michael Crusoe changed: What|Removed |Added CC||michael.crusoe at gmail dot com --- Co