Calculates complex arc sine value. Vector variant of casin(x) function for a 128-bit vector argument of two float32 values.
extern __m128 __cdecl _mm_casin_ps(__m128 v1); |
v1 |
128-bit vector with _Complex float values |
Calculates complex arc sine of vector v1 values.
128-bit vector with the result of the operation.