1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-12 02:44:54 +00:00

Revert "fix warnings"

This reverts commit d729ddf457.
This commit is contained in:
fig02 2022-02-12 22:04:27 -05:00
parent 0c4f4ab9f6
commit fd2d669fbf
2 changed files with 13 additions and 32 deletions

View file

@ -9,6 +9,7 @@ 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