SDL_HasSSE2

Determine whether the CPU has SSE2 features.

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

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

Return Value

Type: bool

true if the CPU has SSE2 features, false otherwise.

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

See Also

Meta