Is it possible to use the functions of working with SSE in c ++ code without including assembly rates?
Especially interesting are the functions of calculating exponentials and logarithms.
On the Intel site, the documentation provides functions like _mm_exp_ps . But this feature is not in the <immintrin.h> library.
Tell me how to be?