Skip to content
Snippets Groups Projects
Commit 4e386db8 authored by rtoy's avatar rtoy
Browse files

o Fix critical issue where the conversion of integers to floats left

  junk in the high part of the xmm register.  This causes some tests
  in maxima to fail.
o Same fix for adding/subtracting a complex and a float.

The vops need to be examined carefully to make sure we keep the
invariant that the high part is zero for double-float values in XMM
registers.
parent a7168273
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment