table of contents
other versions
- experimental 3.3.2+git20251103~dc5b136+ds-1
| SDL_HAS_TARGET_ATTRIBS(3) | SDL3 FUNCTIONS | SDL_HAS_TARGET_ATTRIBS(3) |
NAME¶
SDL_HAS_TARGET_ATTRIBS - A macro to decide if the compiler supports __attribute__((target)).
SYNOPSIS¶
#include <SDL3/SDL_intrin.h>
#define SDL_HAS_TARGET_ATTRIBS
DESCRIPTION¶
Even though this is defined in SDL's public headers, it is generally not used directly by apps. Apps should probably just use SDL_TARGETING directly, instead.
AVAILABILITY¶
This macro is available since SDL 3.2.0.
SEE ALSO¶
| SDL 3.3.3 | Simple Directmedia Layer |