diff options
author | Max <mparisi@stevens.edu> | 2020-09-29 20:14:10 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-29 20:14:10 -0400 |
commit | 5e80e11773a76a052341f0e7223fac548a746660 (patch) | |
tree | 3f1a2c1f2b56dae093df43331e7fd6ec826d591e /asm/libstdc++/w_sqrt.s | |
parent | 5ae53288e8a43010954bd5c894f3c4ea09c3708b (diff) |
split MSL_C math functions, and reorganize source tree
Diffstat (limited to 'asm/libstdc++/w_sqrt.s')
-rw-r--r-- | asm/libstdc++/w_sqrt.s | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/asm/libstdc++/w_sqrt.s b/asm/libstdc++/w_sqrt.s deleted file mode 100644 index 6ad6bf8..0000000 --- a/asm/libstdc++/w_sqrt.s +++ /dev/null @@ -1,7 +0,0 @@ -.include "macros.inc"
-
-.section .text, "ax" # 0x80006980 - 0x803E1E60
-
-.global sqrt
-sqrt:
-/* 801D4834 001D0494 4B FF FD B4 */ b __ieee754_sqrt
|