File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ float ceilf(float x) { return 0.0; }
7979float floorf (float x ) { return 0.0 ; }
8080float truncf (float x ) { return 0.0 ; }
8181float fmodf (float x , float y ) { return 0.0 ; }
82- float gammaf (float x ) { return 0.0 ; }
82+ float tgammaf (float x ) { return 0.0 ; }
8383float lgammaf (float x ) { return 0.0 ; }
8484float erff (float x ) { return 0.0 ; }
8585float erfcf (float x ) { return 0.0 ; }
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ float ceilf(float x) { return 0.0; }
7979float floorf (float x ) { return 0.0 ; }
8080float truncf (float x ) { return 0.0 ; }
8181float fmodf (float x , float y ) { return 0.0 ; }
82- float gammaf (float x ) { return 0.0 ; }
82+ float tgammaf (float x ) { return 0.0 ; }
8383float lgammaf (float x ) { return 0.0 ; }
8484float erff (float x ) { return 0.0 ; }
8585float erfcf (float x ) { return 0.0 ; }
You can’t perform that action at this time.
0 commit comments