Quote:
Aren't there a whole lot of FP-to-Integer libraries that could be grafted in? I mean, yes, I know those aren't as fast as an FPU, but how much FP math are we talking about?

You can either let the kernel emulate the FP instructions or link in a library which handles it for you. Either one isn't going to be as fast as if you used integers in the first place.