summaryrefslogtreecommitdiff
path: root/arch/riscv/kernel/vec-copy-unaligned.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/kernel/vec-copy-unaligned.S')
-rw-r--r--arch/riscv/kernel/vec-copy-unaligned.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/riscv/kernel/vec-copy-unaligned.S b/arch/riscv/kernel/vec-copy-unaligned.S
index d16f19f1b3b6..7ce4de6f6e69 100644
--- a/arch/riscv/kernel/vec-copy-unaligned.S
+++ b/arch/riscv/kernel/vec-copy-unaligned.S
@@ -11,7 +11,7 @@
#define WORD_SEW CONCATENATE(e, WORD_EEW)
#define VEC_L CONCATENATE(vle, WORD_EEW).v
-#define VEC_S CONCATENATE(vle, WORD_EEW).v
+#define VEC_S CONCATENATE(vse, WORD_EEW).v
/* void __riscv_copy_vec_words_unaligned(void *, const void *, size_t) */
/* Performs a memcpy without aligning buffers, using word loads and stores. */