#include <cruntime.h>float __float32_add(float addend, float augend);
__float32_add adds addend to augend and returns the sum as the result.
__float32_add is a provided on all implementations of CrossWorks.