Wiki Page Content

Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2010-03-31 16:31:55
Size: 611
Editor: SheenaSmith
Comment: create page, add content (Wed Mar 10 ver)
Revision 6 as of 2014-07-16 20:09:55
Size: 728
Comment: Added SDL_HasAVX2 as related function.
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 the CPU has SSE2 features. Use this function to determine whether the CPU has SSE2 features.
Line 16: Line 15:
Returns SDL_True if the CPU has SSE2 features, or SDL_False if not. Returns SDL_TRUE if the CPU has SSE2 features or SDL_FALSE if not.
Line 27: Line 26:
 .[[SDL_HasSSE]] ???  .[[SDL_Has3DNow]]
 .[[SDL_HasAltiVec]]
 .[[SDL_HasAVX]]
 .[[SDL_HasAVX2]]
 .[[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


CategoryAPI, CategoryCPU

None: SDL_HasSSE2 (last edited 2014-07-16 20:09:55 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit