#include <cruntime.h> uint64_t __float32_to_uint64(float arg);
__float32_to_uint64 converts the floating value arg to a 64-bit unsigned integer, truncating towards zero, and.returns the truncated value as the result.
__float32_to_uint64 is a provided on all implementations of CrossWorks.