<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 5, 2023 at 8:38 PM Fred J. Tydeman <<a href="mailto:tydeman@tybor.com">tydeman@tybor.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, 5 Jun 2023 09:03:40 -0700 Jim Thomas wrote:<br>
><br>
>>> I am thinking about the values of variables in shared memory between the threads. I assume that if exceptions are delayed, then the value from those exceptions are also delayed (so storage is not updated, so other threads get the wrong value).<br>
><br>
>The state of the exception flags is local to the thread, not in shared memory. <br>
<br>
Agreed.<br>
<br>
>Am I missing something?<br>
<br>
Yes.<br>
 There are two items that result from an FP exception in default mode<br>
  Raising an exception flag (local to a thread)<br>
  Returning a FP value (global memory)<br>
<br>
I am concerned with the FP value in memory.<br>
<br></blockquote><div> Could you give a specific example illustrating your concern? I'm currently confused.</div><div><br></div><div>Hans</div></div></div>