mirror of
https://github.com/fluencelabs/musl
synced 2025-06-30 07:02:41 +00:00
remove libm.h includes when math.h and float.h are enough
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
#include <limits.h>
|
||||
#include "libm.h"
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
|
||||
#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
|
||||
long double scalblnl(long double x, long n)
|
||||
|
Reference in New Issue
Block a user