Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2014-07-16 20:05:49
Size: 1495
Comment: Added SDL_HasAVX2 as related function.
Revision 5 as of 2015-04-26 18:49:44
Size: 1495
Comment: Sorted releated functions, see SGFunctions.
Deletions are marked like this. Additions are marked like this.
Line 42: Line 42:
 .[[SDL_HasAltiVec]]
Line 43: Line 44:
 .[[SDL_HasAltiVec]]

SDL_HasAVX

Use this function to determine whether the CPU has AVX features.

Syntax

SDL_bool SDL_HasAVX(void)

Return Value

Returns SDL_TRUE if the CPU has AVX features or SDL_FALSE if not.

Code Examples

You can add your code example here

Remarks

You can add useful comments here

Version

This function is available since SDL 2.0.2.


CategoryAPI, CategoryCPU

None: SDL_HasAVX (last edited 2015-04-26 18:49:44 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit