From c119fbb72525666c159dddef867ed50c3ad4fc0c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 24 Nov 2003 22:52:28 +0000 Subject: [PATCH] *** empty log message *** --- WhatsNew | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WhatsNew b/WhatsNew index 0c3e8095d..1ba280924 100644 --- a/WhatsNew +++ b/WhatsNew @@ -4,7 +4,8 @@ This is a list of API changes in SDL's version history. Version 1.0: 1.2.7: - Added SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE() + Added CPU feature detection functions to SDL_cpuinfo.h: + SDL_HasRDTSC(), SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE() 1.2.6: Added SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject()