Go to the source code of this file.
Defines | |
#define | AKSIMD_GETELEMENT_V4F32(__vName, __num__) ((float*)&(__vName))[(__num__)] |
Get the element at index __num__ in vector __vName. |
|
#define | AKSIMD_GETELEMENT_V2F32(__vName, __num__) ((float*)&(__vName))[(__num__)] |
Retrieve scalar element from vector. |
|
#define | AKSIMD_GETELEMENT_V4I32(__vName, __num__) ((int*)&(__vName))[(__num__)] |
Retrieve scalar element from vector. |
AKSIMD - Mac implementation
Definition in file AkSimd.h.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise