commit | 3d84338eb73528725036411cb0578fc1fa4fedd5 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Oct 03 00:39:42 2023 +0000 |
committer | Elliott Hughes <enh@google.com> | Tue Oct 03 00:39:42 2023 +0000 |
tree | b992cf30518c1d4b74b9dff54bf2fcedd66896bc | |
parent | 68011a4ac7bf7b56ee148bbdfef44dd69364109e [diff] [blame] |
riscv64: add vector stpcpy(). Bug: https://github.com/google/android-riscv64/issues/107 Test: treehugger Change-Id: Ic1fb9da974769d2767ea2c092a2e97e095612e6e
diff --git a/libc/Android.bp b/libc/Android.bp index 68a0838..267fae2 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -951,6 +951,7 @@ "arch-riscv64/string/memcpy_vext.S", "arch-riscv64/string/memmove_vext.S", "arch-riscv64/string/memset_vext.S", + "arch-riscv64/string/stpcpy_vext.S", "arch-riscv64/string/strcat_vext.S", "arch-riscv64/string/strchr_vext.S", "arch-riscv64/string/strcmp_vext.S",