diff options
Diffstat (limited to 'lib/libc/amd64/gen/fpsetsticky.c')
-rw-r--r-- | lib/libc/amd64/gen/fpsetsticky.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libc/amd64/gen/fpsetsticky.c b/lib/libc/amd64/gen/fpsetsticky.c new file mode 100644 index 0000000..95b1655 --- /dev/null +++ b/lib/libc/amd64/gen/fpsetsticky.c @@ -0,0 +1,8 @@ +/* $FreeBSD$ */ +#define __IEEEFP_NOINLINES__ 1 +#include <ieeefp.h> + +fp_except_t fpsetsticky(fp_except_t m) +{ + return (__fpsetsticky(m)); +} |