|
⇤ ← Revision 1 as of 2014-07-16 20:20:02
Size: 1523
Comment: Added page using content from header.
|
← Revision 2 as of 2015-04-26 18:50:10 ⇥
Size: 1523
Comment: Sorted releated functions, see SGFunctions.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 43: | Line 43: |
| .[[SDL_HasAltiVec]] | |
| Line 44: | Line 45: |
| .[[SDL_HasAltiVec]] |
DRAFT |
SDL_HasAVX2
Use this function to determine whether the CPU has AVX2 features.
Syntax
SDL_bool SDL_HasAVX2(void)
Return Value
Returns SDL_TRUE if the CPU has AVX2 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.4.
