|
Size: 1476
Comment: Removed word.
|
Size: 1495
Comment: Added SDL_HasAVX2 as related function.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 42: | Line 42: |
| .[[SDL_HasAVX2]] |
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.
