Re: [PATCH 01/17] riscv: add vectorized strlen
Pincheng Wang <[email protected]> Mon, 3 Aug 2026 17:25:54 +0800
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Hi Kito, On 2026/8/3 14:45, Kito Cheng wrote: > Could you use ENTRY/END macro to simplify the whole patch set? > > https://sourceware.org/git/?p=newlib-cygwin.git;a=commit;h=a78440e35fddcf329740b5b290e503a34221fcaf > >> +.option push >> +.option arch, +v > > ^^^ Drop this since we already guarded with __riscv_vector > >> +.option pop > > ^^^ Drop this as well Thanks for the review, will apply these changes to the whole series and submit v2 soon.