menu
Wwise
arrow_drop_down
Strata
arrow_drop_down
Solutions
arrow_drop_down
Apprendre
arrow_drop_down
Communauté
arrow_drop_down
Documentation
arrow_drop_down
Aide
arrow_drop_down
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2022.1.18
|
Go to the source code of this file.
Macros | |
#define | AKSIMD_GETELEMENT_V4F32(__vName, __num__) ((AkReal32*)&(__vName))[(__num__)] |
Get the element at index num in vector __vName. More... | |
#define | AKSIMD_GETELEMENT_V2F32(__vName, __num__) ((AkReal32*)&(__vName))[(__num__)] |
#define | AKSIMD_GETELEMENT_V2F64(__vName, __num__) ((AkReal64*)&(__vName))[(__num__)] |
#define | AKSIMD_GETELEMENT_V4I32(__vName, __num__) ((AkInt32*)&(__vName))[(__num__)] |
#define | AKSIMD_GETELEMENT_V2I64(__vName, __num__) ((AkInt64*)&(__vName))[(__num__)] |
#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) |
Simd definitions.
Definition in file AkSimd.h.
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise