summaryrefslogtreecommitdiffstats
path: root/lib/libc/amd64/gen/fpgetround.c
blob: 9c066b149ca222ee1ec601fb6c7153262c57ab7a (plain)
1
2
3
4
5
6
7
8
/* $FreeBSD$ */
#define __IEEEFP_NOINLINES__ 1
#include <ieeefp.h>

fp_rnd_t fpgetround(void)
{
	return __fpgetround();
}
OpenPOWER on IntegriCloud