NOTE: We don't have a complete compiler auto vectorizer implementation, especially the ability for those math functions, so we'll rewrite the vectorized version by hand for evaluation.
Might this implementation of math functions be helpful? It already supports RVV via intrinsics.
Thanks for your amazing work! I think that it is very useful, it saves us time to re-implement those functions with RVV :)