1 2 3 4 5 6 7 8
#include <fenv.h> int __fesetround(int); int fesetround(int round) { return __fesetround(round); }