diff options
Diffstat (limited to 'asm/libstdc++/w_atan2.s')
-rw-r--r-- | asm/libstdc++/w_atan2.s | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/asm/libstdc++/w_atan2.s b/asm/libstdc++/w_atan2.s new file mode 100644 index 0000000..f729248 --- /dev/null +++ b/asm/libstdc++/w_atan2.s @@ -0,0 +1,7 @@ +.include "macros.inc"
+
+.section .text, "ax" # 0x80006980 - 0x803E1E60
+
+.global atan2
+atan2:
+/* 801D45DC 001D023C 4B FF CB 7C */ b __ieee754_atan2
|