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:
cadmic
2024-12-24 09:49:31 -08:00
committed by GitHub
parent 970639b38b
commit 8a48c17cc8
6 changed files with 23 additions and 10 deletions
+4
View File
@@ -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;