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

Fix precision bug. On x87 builds, the precision was set to 64 bits

instead of 53 bits.  This causes the incorrect result (found by Paul):

(ffloor 1.1605184953130993d26 12622780800d0) ->

9.193841782573768d15
-8.05306368d8

The correct result should have a remainder of zero.

Force the precision to be 53 bits (double-float).
parent 67fc4ac5
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