mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-21 18:58:13 +00:00
SDL_intrin.h: Added missing NEON and Altivec documentation.
This commit is contained in:
@@ -75,6 +75,25 @@
|
|||||||
*/
|
*/
|
||||||
#define SDL_LASX_INTRINSICS 1
|
#define SDL_LASX_INTRINSICS 1
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Defined if (and only if) the compiler supports ARM NEON intrinsics.
|
||||||
|
*
|
||||||
|
* If this macro is defined, SDL will have already included `<armintr.h>`
|
||||||
|
* `<arm_neon.h>`, `<arm64intr.h>`, and `<arm64_neon.h>`, as appropriate.
|
||||||
|
*
|
||||||
|
* \since This macro is available since 3.1.3.
|
||||||
|
*/
|
||||||
|
#define SDL_NEON_INTRINSICS 1
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Defined if (and only if) the compiler supports PowerPC Altivec intrinsics.
|
||||||
|
*
|
||||||
|
* If this macro is defined, SDL will have already included `<altivec.h>`
|
||||||
|
*
|
||||||
|
* \since This macro is available since 3.1.3.
|
||||||
|
*/
|
||||||
|
#define SDL_ALTIVEC_INTRINSICS 1
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defined if (and only if) the compiler supports Intel MMX intrinsics.
|
* Defined if (and only if) the compiler supports Intel MMX intrinsics.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user