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