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