#include <cruntime.h> int __float32_lt(float arg0, float arg1);
__float32_lt compares arg0 to arg1. __float32_lt returns zero if arg0 is equal to or greater than arg1, and a non-zero value if arg0 is less than arg1.
__float32_lt is a provided on all implementations of CrossWorks.