diff options
author | Max <mparisi@stevens.edu> | 2020-09-29 19:18:08 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-29 19:18:08 -0400 |
commit | 0912e90a6ac1aee0d04cf4e26bc871a392b827d7 (patch) | |
tree | f0c99427dfbb5b3055f1added38a70303af04cba /asm/libstdc++/w_pow.s | |
parent | bb28572125c45ec20f5fbf85120cd71fb2486bac (diff) |
math library splits
Diffstat (limited to 'asm/libstdc++/w_pow.s')
-rw-r--r-- | asm/libstdc++/w_pow.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/asm/libstdc++/w_pow.s b/asm/libstdc++/w_pow.s new file mode 100644 index 0000000..cd9f837 --- /dev/null +++ b/asm/libstdc++/w_pow.s @@ -0,0 +1,7 @@ +.include "macros.inc"
+
+.section .text, "ax" # 0x80006980 - 0x803E1E60
+
+.global pow
+pow:
+/* 801D45E4 001D0244 4B FF D1 14 */ b __ieee754_pow
|