10 Dec
2006
10 Dec
'06
5:40 a.m.
Rich,
Actually I'm thinking that merging in the float-only changes would make things simpler, so I was looking at the diffs. The branch is going to be a flat memory model and there's a point where it deviates from the currnet HEAD so much that the diffs for the float-only version get messier and messier with changes not related to the float-only stuff.
So I was looking at merging the float-only stuff into the branch now before things diverge even more.
There are still some places in the float-only code where integer math routines are still used. The places I know of are SetupLogTable in mpmath_c.c and the 3d transformation code in 3d.c and line3d.c. There may be others I didn't run across. Jonathan