From 65db00983f3fa5449f20f2694477f9d5116f6ea5 Mon Sep 17 00:00:00 2001 From: nsz Date: Sun, 18 Mar 2012 20:40:43 +0100 Subject: make lrint and llrint functions work without fenv support --- src/math/llrintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/llrintf.c') diff --git a/src/math/llrintf.c b/src/math/llrintf.c index e41b6d41..96949a00 100644 --- a/src/math/llrintf.c +++ b/src/math/llrintf.c @@ -1,6 +1,6 @@ #include -/* assumes LLONG_MAX > 2^24, see comments in lrint.c */ +/* uses LLONG_MAX > 2^24, see comments in lrint.c */ long long llrintf(float x) { -- cgit v1.2.1