_mm256_cosd_ph
Classification
SVML, Trigonometry, CPUID Test: AVX512_FP16
Header File
Synopsis
_mm256_cosd_ph(__m256h a);
Description
Compute the cosine of packed half-precision (16-bit) floating-point elements in "a" expressed in degrees, and store the results in "dst".
Operation
FOR j := 0 to 15
i := j*16
dst[i+15:i] := COSD(a[i+15:i])
ENDFOR
dst[MAX:256] := 0