aboutsummaryrefslogtreecommitdiff
path: root/string/aarch64/memcpy-sve.S
diff options
context:
space:
mode:
Diffstat (limited to 'string/aarch64/memcpy-sve.S')
-rw-r--r--string/aarch64/memcpy-sve.S8
1 files changed, 0 insertions, 8 deletions
diff --git a/string/aarch64/memcpy-sve.S b/string/aarch64/memcpy-sve.S
index e8a946d7db37..9b05cb2a58ee 100644
--- a/string/aarch64/memcpy-sve.S
+++ b/string/aarch64/memcpy-sve.S
@@ -13,8 +13,6 @@
#include "asmdefs.h"
-#ifdef HAVE_SVE
-
.arch armv8-a+sve
#define dstin x0
@@ -51,10 +49,6 @@
ENTRY_ALIAS (__memmove_aarch64_sve)
ENTRY (__memcpy_aarch64_sve)
- PTR_ARG (0)
- PTR_ARG (1)
- SIZE_ARG (2)
-
cmp count, 128
b.hi L(copy_long)
cntb vlen
@@ -173,5 +167,3 @@ L(return):
ret
END (__memcpy_aarch64_sve)
-
-#endif