mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 06:54:33 +00:00
Move D_80134488 from system_heap.c to fp.s (#2387)
* Move D_80134488 from system_heap.c to fp.s * Add declarations * Fix bss
This commit is contained in:
parent
970639b38b
commit
8a48c17cc8
6 changed files with 23 additions and 10 deletions
|
@ -61,6 +61,10 @@ f64 sqrt(f64 f);
|
|||
#endif
|
||||
|
||||
#if !PLATFORM_N64
|
||||
extern float gPositiveInfinity;
|
||||
extern float gNegativeInfinity;
|
||||
extern float gPositiveZero;
|
||||
extern float gNegativeZero;
|
||||
extern float qNaN0x3FFFFF;
|
||||
extern float qNaN0x10000;
|
||||
extern float sNaN0x3FFFFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue