Wwise SDK 2021.1.9
AkSimd.h
Version
arrow_right
Table of Contents
Other Documentation
Wwise SDK 2021.1.9
|
Go to the source code of this file.
Macros | |
#define | AKSIMD_ASSERTFLUSHZEROMODE |
#define | AKSIMD_DECLARE_V4F32_TYPE AKSIMD_V4F32 |
#define | AKSIMD_DECLARE_V4I32_TYPE AKSIMD_V4I32 |
#define | AKSIMD_DECLARE_V4F32(_x, _a, _b, _c, _d) AKSIMD_DECLARE_V4F32_TYPE _x = { _a, _b, _c, _d } |
#define | AKSIMD_DECLARE_V4I32(_x, _a, _b, _c, _d) AKSIMD_DECLARE_V4I32_TYPE _x = { _a, _b, _c, _d } |
#define | AKSIMD_SETELEMENT_V4F32(__vName__, __num__, __value__) ( AKSIMD_GETELEMENT_V4F32( __vName__, __num__ ) = (__value__) ) |
Functions | |
AkForceInline void | AKSIMD_TRANSPOSE4X4_V4F32 (AKSIMD_V4F32 &A, AKSIMD_V4F32 &B, AKSIMD_V4F32 &C, AKSIMD_V4F32 &D) |
Detailed Description
Simd definitions.
Definition in file AkSimd.h.