summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2024-12-24 09:49:31 -0800
committerGitHub <noreply@github.com>2024-12-24 12:49:31 -0500
commit8a48c17cc8dcb4bb6e41cb502a6242ece50ce8b9 (patch)
tree38ba827f287dd835a029df0e9278d6c226f200fd /include
parent970639b38b3fbf680f09f2cd057810ba8b91ed2d (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/libc/math.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libc/math.h b/include/libc/math.h
index b46b6cd91..4389b576e 100644
--- a/include/libc/math.h
+++ b/include/libc/math.h
@@ -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;