Wwise SDK 2023.1.8
|
◆ AKSIMD_GATHER_EPI32()
template<typename T , typename Function >
To use these, provide a base_ptr, and an expression that calculates an array index for the provided base_ptr. The expression can be a lambda, such as follows: AKSIMD_V8I32 viData = AKSIMD_GATHER_EPI32(src, [uIndex, uStep](int i) { return (uIndex + uStep * i); }); This tends to perform better than a native VGATHER on most CPUs AkSimdAvx2.h 파일의 214 번째 라인에서 정의되었습니다. 다음을 참조함 : _GATHER_SIM_FETCH. 다음에 의해서 참조됨 : AKSIMD_GATHER_PS(). |
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요