Go to the documentation of this file.
41 #if defined( AK_WIN ) || defined( AK_XBOX )
45 #elif defined( AK_APPLE )
47 #include <TargetConditionals.h>
54 #elif defined( AK_ANDROID )
58 #elif defined( AK_PS4 )
62 #elif defined( AK_PS5 )
66 #elif defined( AK_LINUX )
70 #elif defined( AK_EMSCRIPTEN )
72 #include <AK/SoundEngine/Platforms/Emscripten/AkSimd.h>
74 #elif defined( AK_QNX )
76 #include <AK/SoundEngine/Platforms/QNX/AkSimd.h>
78 #elif defined( AK_NX )
83 #error Unsupported platform, or platform-specific SIMD not defined
86 #ifndef AKSIMD_ASSERTFLUSHZEROMODE
87 #define AKSIMD_ASSERTFLUSHZEROMODE
90 #ifndef AKSIMD_DECLARE_V4F32_TYPE
91 #define AKSIMD_DECLARE_V4F32_TYPE AKSIMD_V4F32
94 #ifndef AKSIMD_DECLARE_V4I32_TYPE
95 #define AKSIMD_DECLARE_V4I32_TYPE AKSIMD_V4I32
98 #ifndef AKSIMD_DECLARE_V4F32
99 #define AKSIMD_DECLARE_V4F32( _x, _a, _b, _c, _d ) AKSIMD_DECLARE_V4F32_TYPE _x = { _a, _b, _c, _d }
102 #ifndef AKSIMD_DECLARE_V4I32
103 #define AKSIMD_DECLARE_V4I32( _x, _a, _b, _c, _d ) AKSIMD_DECLARE_V4I32_TYPE _x = { _a, _b, _c, _d }
106 #ifndef AKSIMD_SETELEMENT_V4F32
107 #define AKSIMD_SETELEMENT_V4F32( __vName__, __num__, __value__ ) ( AKSIMD_GETELEMENT_V4F32( __vName__, __num__ ) = (__value__) )
129 #endif //_AK_DATA_TYPES_H_
AkForceInline void AKSIMD_TRANSPOSE4X4_V4F32(AKSIMD_V4F32 &A, AKSIMD_V4F32 &B, AKSIMD_V4F32 &C, AKSIMD_V4F32 &D)
Besoin d'aide ?
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'Aide
Décrivez-nous de votre projet. Nous sommes là pour vous aider.
Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise