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