Yet, another attempt to fix the libm breakage due to the

changes in s_roundl.c to use bit twiddling.

Reported by:	ian
This commit is contained in:
Steve Kargl 2013-11-07 22:46:13 +00:00
parent 546b5aacde
commit 30a919dde7

View File

@ -27,6 +27,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <float.h>
#include "math.h"
#include "math_private.h"