Wiki Page Content

Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2010-03-31 16:45:40
Size: 635
Editor: SheenaSmith
Comment: suggest alt text
Revision 4 as of 2013-08-07 21:53:30
Size: 691
Editor: Sam Lantinga
Comment:
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 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_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