Re: [PATCH 09/17] riscv: add vectorized strncpy
Kito Cheng <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <CA+yXCZAWHD3TKiEFcRK4qPasE+GhYg0kcDh2i1D-6i5MdtDWWQ@mail.gmail.com> |
> +strncpy: > + mv a3, a0 /* save dest for return */ This comment seems misleading, the comments seems like trying to say we save the a0 to a3 for return, but actually we just didn't change a0 at all, so called it save dest for return is little bit weird.