_mm_asinh_ps

 

逆双曲線正弦を計算します。4 つの float32 値からなる 128 ビットのベクトル引数を使用するベクトル用の asinh(x) 関数です。

構文

extern __m128 __cdecl _mm_asinh_ps(__m128 v1);

引数

v1

128 ビットの float32 ベクトル

説明

ベクトル v1 の要素の逆双曲線正弦を計算します。

戻り値

128 ビットの演算結果のベクトル