|
Size: 634
Comment: minor change
|
Size: 709
Comment: Added SDL_HasAVX to Related Functions.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| | |
| Line 6: | Line 5: |
| Use this function to ,,return true if,, ^determine whether^ the CPU has SSE2 features. | Use this function to determine whether the CPU has SSE2 features. |
| Line 27: | Line 26: |
| .[[SDL_HasSSE]] ??? | .[[SDL_Has3DNow]] .[[SDL_HasAltiVec]] .[[SDL_HasAVX]] .[[SDL_HasMMX]] .[[SDL_HasRDTSC]] .[[SDL_HasSSE]] .[[SDL_HasSSE3]] .[[SDL_HasSSE41]] .[[SDL_HasSSE42]] |
SDL_HasSSE2
Use this function to determine whether the CPU has SSE2 features.
Syntax
SDL_bool SDL_HasSSE2(void)
Return Value
Returns SDL_TRUE if the CPU has SSE2 features or SDL_FALSE if not.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
