https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275322

Mark Johnston <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #7 from Mark Johnston <[email protected]> ---
When I run this on a Ryzen 7950X3D running main, I get:

ra=7.01209994486364354e-310 reatt=10000000000 ra * reatt-> result =0 savemxcsr
00001f80 mxcsr_set 00009fc0 showmxcsr 00009fc0 mxcsr 00009fc0

when I have a breakpoint on the "mulsd" instruction:

ra=7.01209994486364354e-310 reatt=10000000000 ra * reatt-> result =0 savemxcsr
00001f80 mxcsr_set 00009fc0 showmxcsr 00009fc0 mxcsr 00009fc0

while stopped at "mulsd":

(gdb) info register mxcsr
mxcsr          0x1f80              [ IM DM ZM OM UM PM ]
(gdb) c
Continuing.
ra=7.01209994486364354e-310 reatt=10000000000 ra * reatt-> result
=7.01209994486364403e-300 savemxcsr 00001f80 mxcsr_set 00009fc0 showmxcsr
00009fc0 mxcsr 00001fa2

So I believe the problem is reproducible here. In particular, the output of the
test program varies depending on whether I print the value of mxcsr from gdb or
not.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to