From a0ebeb988d63d94da086b72daf0691f67584724a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 22 Dec 2008 11:31:12 +0000 Subject: - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math support - add rule to create preprocessor output for float- and long double math wrapper --- libm/s_isinf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libm/s_isinf.c') diff --git a/libm/s_isinf.c b/libm/s_isinf.c index 99a1cdf18..b73aa6696 100644 --- a/libm/s_isinf.c +++ b/libm/s_isinf.c @@ -22,5 +22,3 @@ __isinf (double x) return ~(lx >> 31) & (hx >> 30); } libm_hidden_def(__isinf) -weak_alias (__isinf, isinf) -libm_hidden_weak(isinf) -- cgit v1.2.3