https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82626

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to jos...@codesourcery.com from comment #2)
> I think a value of 0 should be correct with -mfpmath=sse.

For -msse2 -mfpmath=sse sure, and that is what you get.
But for -mno-sse2 -msse -mfpmath=sse only float computations are done in SSE,
double is done in x87.

Reply via email to