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

o Fix a misplaced declaration in %unary-ftruncate/single-float

o Update %unary-ftruncate and the corresponding deftransform because
  it was not properly returning the correct sign for signed zeroes.
  If the number was in a good range, we used truncate, which loses the
  sign of zero.  (Should we have leave it in and add an explicit check
  for a zero result and adjust the sign appropriately?  That would
  allow us to use the fast builtin instructions at the expense of a
  test for zero and a fix.)
parent 5fcd7e43
No related branches found
No related tags found
Loading
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