File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,6 +48,14 @@ float ceilf(float x) { return 0.0; }
4848float floorf (float x ) { return 0.0 ; }
4949float truncf (float x ) { return 0.0 ; }
5050float fmodf (float x , float y ) { return 0.0 ; }
51+ float gammaf (float x ) { return 0.0 ; }
52+ float lgammaf (float x ) { return 0.0 ; }
53+ float erff (float x ) { return 0.0 ; }
54+ float erfcf (float x ) { return 0.0 ; }
55+ float modff (float x , float * y ) { return 0.0 ; }
56+ float frexpf (float x , int * exp ) { return 0.0 ; }
57+ float ldexpf (float x , int exp ) { return 0.0 ; }
58+ int __fpclassifyf (float x ) { return 0 ; }
5159
5260/*****************************************************************************/
5361// from musl-0.9.15 libm.h
Original file line number Diff line number Diff line change @@ -48,6 +48,14 @@ float ceilf(float x) { return 0.0; }
4848float floorf (float x ) { return 0.0 ; }
4949float truncf (float x ) { return 0.0 ; }
5050float fmodf (float x , float y ) { return 0.0 ; }
51+ float gammaf (float x ) { return 0.0 ; }
52+ float lgammaf (float x ) { return 0.0 ; }
53+ float erff (float x ) { return 0.0 ; }
54+ float erfcf (float x ) { return 0.0 ; }
55+ float modff (float x , float * y ) { return 0.0 ; }
56+ float frexpf (float x , int * exp ) { return 0.0 ; }
57+ float ldexpf (float x , int exp ) { return 0.0 ; }
58+ int __fpclassifyf (float x ) { return 0 ; }
5159
5260/*****************************************************************************/
5361// from musl-0.9.15 libm.h
You can’t perform that action at this time.
0 commit comments