Description
I would like to recreate these functions in simdeez:
https://github.com/vectorclass/version2/blob/master/vectormath_trig.h
https://github.com/vectorclass/version2/blob/master/vectormath_hyp.h
https://github.com/vectorclass/version2/blob/master/vectormath_exp.h
https://github.com/vectorclass/version2/blob/master/vectormath_common.h
such a porting effort could also be moved into a separate crate, other simd crates, so that other can easily just have vectorized maths functions available, without using this simdeez lib. This would be a really valuable thing from the community.
I think trig.h would be the most useful and make the most sense to port first. Someone with C++ experience helping with this would be good, since agner uses lots of C++ features I'm not familiar with.