_mm_asinh_ph
Classification
SVML, Trigonometry, CPUID Test: AVX512_FP16
Header File
immintrin.h
Synopsis
 _mm_asinh_ph(__m128h a);
Description
Compute the inverse hyperbolic sine of packed half-precision (16-bit) floating-point elements in "a" expressed in radians, and store the results in "dst".
Operation
FOR j := 0 to 7
	i := j*16
	dst[i+15:i] := ASINH(a[i+15:i])
ENDFOR
dst[MAX:128] := 0