|
⇤ ← Revision 1 as of 2011-03-05 00:14:18
Size: 664
Comment: create page - 2/28 changeset 5421 (2/11 5259)
|
Size: 690
Comment: update to 4.1 (changeset 5421)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| = SDL_HasSSE4 = Use this function to ,,return true if,, ^determine whether^ the CPU has SSE4 features. |
= SDL_HasSSE41 = Use this function to ,,return true if,, ^determine whether^ the CPU has SSE4.1 features. |
| Line 12: | Line 12: |
| SDL_bool SDL_HasSSE4(void) | SDL_bool SDL_HasSSE41(void) |
| Line 16: | Line 16: |
| Returns SDL_TRUE if the CPU has SSE4 features or SDL_FALSE if not. | Returns SDL_TRUE if the CPU has SSE4.1 features or SDL_FALSE if not. |
| Line 30: | Line 30: |
| .[[SDL_HasSSE42]] |
DRAFT |
SDL_HasSSE41
Use this function to return true if determine whether the CPU has SSE4.1 features.
Syntax
SDL_bool SDL_HasSSE41(void)
Return Value
Returns SDL_TRUE if the CPU has SSE4.1 features or SDL_FALSE if not.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
