root/lib/libc/amd64/gen/fpgetround.c
#define __IEEEFP_NOINLINES__ 1
#include <ieeefp.h>

fp_rnd_t fpgetround(void)
{
        return __fpgetround();
}