From 0912e90a6ac1aee0d04cf4e26bc871a392b827d7 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 29 Sep 2020 19:18:08 -0400 Subject: math library splits --- asm/libstdc++/w_sqrt.s | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 asm/libstdc++/w_sqrt.s (limited to 'asm/libstdc++/w_sqrt.s') diff --git a/asm/libstdc++/w_sqrt.s b/asm/libstdc++/w_sqrt.s new file mode 100644 index 0000000..6ad6bf8 --- /dev/null +++ b/asm/libstdc++/w_sqrt.s @@ -0,0 +1,7 @@ +.include "macros.inc" + +.section .text, "ax" # 0x80006980 - 0x803E1E60 + +.global sqrt +sqrt: +/* 801D4834 001D0494 4B FF FD B4 */ b __ieee754_sqrt -- cgit v1.2.3