|
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.
