Skip to content
Snippets Groups Projects
Commit 6f968a58 authored by rtoy's avatar rtoy
Browse files

code/float-trap.lisp:

o Pass the modes to GET-FP-OPERANDS

compiler/ppc/float.lisp:
o If the destination register is the same as one of the source
  registers, an overflow or underflow exception will have replaced the
  source register with the result.  In that case, replace the source
  value with NIL to indicate we don't know.  (We could recompute the
  source from the result, but there would be a round-off error.)
parent b952b5b6
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