mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 03:14:38 +00:00
fix warnings
This commit is contained in:
parent
94af6977b3
commit
d729ddf457
2 changed files with 32 additions and 13 deletions
|
@ -9,7 +9,6 @@ f32 fabsf(f32 f);
|
|||
f32 __floatundisf(u32 c);
|
||||
f64 __floatundidf(u32 c);
|
||||
f32 __powisf2(f32 a, s32 b);
|
||||
unsigned long __udivdi3(unsigned long a, unsigned long b);
|
||||
#else
|
||||
#pragma intrinsic(fabsf)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue