xref: /dflybsd-src/lib/libc/x86_64/gen/fpsetround.c (revision 6ff43c949ec457c91648dc9aef9dbf805e4083d6)
1 /* $FreeBSD: head/lib/libc/amd64/gen/fpsetround.c 117864 2003-07-22 06:46:17Z peter $ */
2 #define __IEEEFP_NOINLINES__ 1
3 #include <ieeefp.h>
4 
fpsetround(fp_rnd_t m)5 fp_rnd_t fpsetround(fp_rnd_t m)
6 {
7 	return (__fpsetround(m));
8 }
9