SDL_HasNEON

Determine whether the CPU has NEON (ARM SIMD) features.

This always returns false on CPUs that aren't using ARM instruction sets.

extern (C) nothrow @nogc extern
bool
SDL_HasNEON
()

Return Value

Type: bool

true if the CPU has ARM NEON features, false otherwise.

Threadsafety: It is safe to call this function from any thread.

Meta