diff options
Diffstat (limited to 'src/math/aarch64/sqrt.s')
-rw-r--r-- | src/math/aarch64/sqrt.s | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/math/aarch64/sqrt.s b/src/math/aarch64/sqrt.s deleted file mode 100644 index 1917e18d..00000000 --- a/src/math/aarch64/sqrt.s +++ /dev/null @@ -1,6 +0,0 @@ -.text -.global sqrt -.type sqrt,%function -sqrt: - fsqrt d0, d0 - ret |