From 2f418548e3f459d34b5fb9be891c54e0b1402da7 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 24 Nov 2003 22:52:28 +0000 Subject: [PATCH] *** empty log message *** --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40752 --- 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()