#include <cruntime.h>float __float32_sub(float minuend, float subtrahend);
__float32_sub subtracts subtrahend from minuend and returns the difference as the result.
__float32_sub is a provided on all implementations of CrossWorks.