Calculates complex inverse hyperbolic cosine value. Vector variant of cacosh(x) function for a 128-bit vector with two _Complex float32 values.
extern __m128 __cdecl _mm_cacosh_ps(__m128 v1); |
v1 |
128-bit vector with _Complex float32 values |
Calculates complex inverse hyperbolic cosine of vector v1 values.
128-bit vector with the result of the operation.