_mm_cacos_ps

Calculates complex arc cosine value. Vector variant of cacos(x) function for a 128-bit vector with two _Complex float32 values.

Syntax

extern __m128 __cdecl _mm_cacos_ps(__m128 v1);

Arguments

v1

128-bit vector with _Complex float32 values

Description

Calculates complex arc cosine of vector v1 values.

Returns

128-bit vector with the result of the operation.