mirror of
https://github.com/fluencelabs/musl
synced 2025-06-30 15:11:55 +00:00
remove libm.h includes when math.h and float.h are enough
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#include "libm.h"
|
||||
#include <math.h>
|
||||
|
||||
float fmaxf(float x, float y)
|
||||
{
|
||||
|
Reference in New Issue
Block a user