SCM Repository
Diff of /sml/trunk/HISTORY
Parent Directory
|
Revision Log
|
Patch
revision 1183, Fri Mar 29 19:09:48 2002 UTC | revision 1184, Fri Mar 29 22:22:22 2002 UTC | |
---|---|---|
# | Line 14 | Line 14 |
14 | ||
15 | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
16 | Name: Matthias Blume | Name: Matthias Blume |
17 | Date: 2002/03/29 17:22:00 | |
18 | Tag: blume-20020329-div | |
19 | Description: | |
20 | ||
21 | Fixed my broken div/mod logic. Unfortunately, this means that the | |
22 | inline code for div/mod now has one more comparison than before. | |
23 | Fast paths (quotient > 0 or remainder = 0) are not affected, though. | |
24 | The problem was with quotient = 0, because that alone does not tell | |
25 | us which way the rounding went. One then has to look at whether | |
26 | remainder and divisor have the same sign... :( | |
27 | ||
28 | Anyway, I replaced the bootfiles with fresh ones... | |
29 | ||
30 | ---------------------------------------------------------------------- | |
31 | Name: Matthias Blume | |
32 | Date: 2002/03/29 14:10:00 EST | Date: 2002/03/29 14:10:00 EST |
33 | Tag: blume-20020329-inlprims | Tag: blume-20020329-inlprims |
34 | Description: | Description: |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |