summaryrefslogtreecommitdiffstats
path: root/modules/fdlibm/patches/15_remove_unused_rintl_function_from_s_nearbyint_cpp.patch
blob: 8c4f45a75a0952118ad4ea4b35f5144721351185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/s_nearbyint.cpp b/s_nearbyint.cpp
--- a/s_nearbyint.cpp
+++ b/s_nearbyint.cpp
@@ -54,9 +54,8 @@ fn(type x)			\
 	fegetenv(&env);		\
 	ret = rint(x);		\
 	fesetenv(&env);		\
 	return (ret);		\
 }
 
 DECL(double, nearbyint, rint)
 DECL(float, nearbyintf, rintf)
-DECL(long double, nearbyintl, rintl)