Re: Phix: float32 return value
- Posted by petelomax 5 days ago
- 111 views
First of all, thank you for your quick reply.
Actually, probably best if you just change pttree.e first and quickly check by running "p p"
whether you get anything like "movss should be 6068(not 6064)", if not kill it and carry on.
okay, i end here:
D:\testpool\ray_workplace\Phix>p p
swi should be 5956(not 6060)
and its more like line 1271 not 1289 in pttree.e where the constants end.
Okay, I'll take another look tomorrow.
Right, the improvements list for 1.0.6 is currently at 156 lines long, so my pttree.e is probably a bit mangled vs yours.
The intention was not to change T_swi (which should be the very last call to tt_stringF() in that file) but to "add 8" or
whatever it actually needs, so I'd take a (blind) stab at 5964 next. No biggie. If you really get stuck you'll have to wait
until 1.0.6 ships, but that's at least a few months off yet.

