Good morning TomE,
Principally I'm just trying to see if there's anything out there better than what I have already. Motivation? I have a very math intensive realtime project that's experiencing timing issues. An immediate candidate for optimization is all that math, especially as the MPC5566 doesn't have double precision floating point. I'm trying to move as much as I can to single precision, but my current library does everything in double precision anyways. It also doesn't utilize the SPE.
What I currently use is the GoFast library, and it's really not all that bad. It gives me 25% over the native compiler library. Still, as I have yet to go through the effort of certifying any math library it gives me some wiggle room to find further performance gains.
As to LibMoto, my understanding is that it was optimized specifically for the e500 core and that it's performance on the e200 core was not particularly amazing. Saying that, I did find on freescale's site a link to download the library so I'll give it a shot.
Thanks
~Walker