Sipeed Lichee Pi 4A (TH1520, C910) strlen benchmark
Implements the size_t strlen(const char *s)
standard library function.
- rvv: reference implementation with vle8ff.v
- rvv_page_aligned: uses vle8.v and manually makes sure to page align the loads. (this requires the programmer to know the pagesize)