aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/gen/fpgetround.c
blob: 6d79bb9d30c6f9e1632049d3ea3fc6ef9d3f04f2 (plain) (blame)
1
2
3
4
5
6
7
#define __IEEEFP_NOINLINES__ 1
#include <ieeefp.h>

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