make lrint and llrint functions work without fenv support
[musl] / src / math / llrint.c
index ee783b8..4f583ae 100644 (file)
@@ -1,6 +1,6 @@
 #include <math.h>
 
-/* assumes LLONG_MAX > 2^53, see comments in lrint.c */
+/* uses LLONG_MAX > 2^53, see comments in lrint.c */
 
 long long llrint(double x)
 {