changeset 778 | 8ac3f46f9d09 |
parent 769 | b8d311d90021 |
child 785 | ca06a994f03c |
--- a/include/SDL_cpuinfo.h Tue Jan 06 17:16:02 2004 +0000 +++ b/include/SDL_cpuinfo.h Tue Jan 06 17:18:38 2004 +0000 @@ -53,6 +53,10 @@ */ extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE(); +/* This function returns true if the CPU has AltiVec features + */ +extern DECLSPEC SDL_bool SDLCALL SDL_HasAltiVec(); + /* Ends C function definitions when using C++ */ #ifdef __cplusplus }