SDL_HAS_TARGET_ATTRIBS - Man Page

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_TARGETING(3)

Info

SDL 3.4.0 Simple Directmedia Layer SDL3 FUNCTIONS