From 1b375e5a352492e852a35d5cac9512deb63f96ba Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 8 Jan 2004 16:01:07 +0000 Subject: [PATCH] *** empty log message *** --- WhatsNew | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WhatsNew b/WhatsNew index 0421260da..1455119ed 100644 --- a/WhatsNew +++ b/WhatsNew @@ -5,7 +5,8 @@ Version 1.0: 1.2.7: Added CPU feature detection functions to SDL_cpuinfo.h: - SDL_HasRDTSC(), SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE() + SDL_HasRDTSC(), SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE(), + SDL_HasAltiVec() Added function to create RWops from const memory: SDL_RWFromConstMem() 1.2.6: