Richard Sandiford wrote: > Sandra Loosemore writes: >> This patch adds mips16 library support for unordered float/double >> comparisons and conversions to float/double from unsigned. > > In case anyone's wondering, this library support is just an optimisation > rather than new functionality. The default libgcc implementation is far > less efficient, since it uses mips16 calls to non-mips16 hard-float > functions. Yes, sorry for not making that more clear. :-P > OK, thanks. I had to tweak the patch a bit for the recent MIPS makefile changes. Here's the final version I committed. -Sandra