Wwise SDK 2018.1.11
AKSIMD_MOVEHL_V4F32
版本
arrow_right
目录
其他文档
◆ AKSIMD_MOVEHL_V4F32
Moves the upper two single-precision, floating-point values of b to the lower two single-precision, floating-point values of the result. The upper two single-precision, floating-point values of a are passed through to the result. r3 := a3; r2 := a2; r1 := b3; r0 := b2 (see _mm_movehl_ps) |