mirror of
https://github.com/fluencelabs/musl
synced 2025-06-30 15:11:55 +00:00
make lrint and llrint functions work without fenv support
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user