Wwise SDK 2018.1.11
AKSIMD_SUB_SS_V4F32
版本
arrow_right
目录
其他文档
◆ AKSIMD_SUB_SS_V4F32()
Subtracts the lower single-precision, floating-point values of a and b. The upper three single-precision, floating-point values are passed through from a. r0 := a0 - b0 ; r1 := a1 ; r2 := a2 ; r3 := a3 (see _mm_sub_ss) 引用了 AKSIMD_V4F32::m_data. |