Math functions in other platforms
Status: Beta
Brought to you by:
projectileman
When porting GIMPACT (integrated with ODE) to PSP platform the function GIM_INV_SQRT is not valid because PSP has a different floating point unit and format. So replace the function with a simple 1.0f/sqrt(va).