[FAST486]
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Mon, 18 May 2015 12:17:40 +0000 (12:17 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Mon, 18 May 2015 12:17:40 +0000 (12:17 +0000)
commitde0880752b81709771d2947bc763ffcd3995943b
tree6e24d529919b31c1a4d0455eadbaf8e20de40e45
parentec471e27595f0c264194cd43d33138041d03dae8
[FAST486]
Fix several division related problems:
- In UnsignedDivMod128, fix the leading zero calculation for 128-bit numbers.
- In Fast486FpuDivide, there's no need to increase the exponent by 64 (adding zeros
at the end of a number after the decimal point changes nothing).
- FDIV/FDIVR were reversed

svn path=/trunk/; revision=67820
reactos/lib/fast486/fpu.c