Hi all!
I am not a real expert of SIMD instructions, but in some situations I use the FloatVectorOperations that exploit internally SIMD instructions when it’s possible. By doing this, I improved my code in terms of efficiency a lot of times.
For this reason, I would like to answer if there is a way to apply a SISO static function to an input vector, using SIMD instructions when possible.
Thank you!
