mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
Temporarily disable sqrtf2
This commit is contained in:
@@ -38,6 +38,8 @@ extern inline float sqrtf(float x)
|
||||
#endif
|
||||
|
||||
// hack to get some functions matching where the static const locals are needed
|
||||
// disabled until static const locals are resolved
|
||||
/*
|
||||
extern inline float sqrtf2(float x)
|
||||
{
|
||||
static const double _half=.5;
|
||||
@@ -54,6 +56,7 @@ extern inline float sqrtf2(float x)
|
||||
}
|
||||
return x;
|
||||
}
|
||||
*/
|
||||
|
||||
extern inline double fabs(double x)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user