|
Size: 1479
Comment: Removed DRAFT by request, see docs mailing list.
|
Size: 1476
Comment: Removed word.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 8: | Line 8: |
| Use this function to to determine whether the CPU has AVX features. | Use this function to determine whether the CPU has AVX features. |
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.
