mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
Link MSL_C/s_atan, needed GC 1.3
This commit is contained in:
+2
-2
@@ -813,7 +813,7 @@ config.libs = [
|
||||
},
|
||||
{
|
||||
"lib": "MSL_C.PPCEABI.bare.H",
|
||||
"mw_version": config.linker_version,
|
||||
"mw_version": "GC/1.3",
|
||||
"cflags": [*cflags_runtime, "-inline auto,deferred", "-use_lmw_stmw on", "-char signed", "-fp_contract on", "-str pool,readonly"],
|
||||
"progress_category": "sdk",
|
||||
"src_dir": "src/static",
|
||||
@@ -841,7 +841,7 @@ config.libs = [
|
||||
Object(Matching, "MSL_C.PPCEABI.bare.H/misc_io.c"),
|
||||
Object(Matching, "MSL_C.PPCEABI.bare.H/printf.c"),
|
||||
Object(Matching, "MSL_C.PPCEABI.bare.H/rand.c"),
|
||||
Object(NonMatching, "MSL_C.PPCEABI.bare.H/s_atan.c"),
|
||||
Object(Matching, "MSL_C.PPCEABI.bare.H/s_atan.c"),
|
||||
Object(Matching, "MSL_C.PPCEABI.bare.H/s_copysign.c"),
|
||||
Object(Matching, "MSL_C.PPCEABI.bare.H/s_cos.c"),
|
||||
Object(Matching, "MSL_C.PPCEABI.bare.H/s_floor.c"),
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
*/
|
||||
|
||||
#include "MSL_C/MSL_Common_Embedded/Math/fdlibm.h"
|
||||
#include "MSL_C/w_math.h"
|
||||
|
||||
#ifdef __STDC__
|
||||
static const double atanhi[] = {
|
||||
|
||||
Reference in New Issue
Block a user