From dd45da0842ac4fe8117bb28ccf2671244cbb1ba2 Mon Sep 17 00:00:00 2001 From: thor Date: Mon, 6 Aug 2007 23:23:17 +0000 Subject: [PATCH] Little update to NEWS. git-svn-id: svn://scm.orgis.org/mpg123/trunk@893 35dc7657-300d-0410-a2e5-dc2837fedb53 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 492ca8c0..cafed1ad 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ Thanks go out to the ROM 106.5FM team (http://www.rom.lu/) for supporting this r - use movap instruction in SSE assembly when compiler supports the needed alignment (idea from MPlayer) - show decoder options in their priority order in --list-cpu/--test-cpu - added Perl script to benchmark each of mpg123's CPU optimisations +- portability enhancements and cleanups along with testing on SunOS 4.1.2 with gcc-2.7.0 +- workaround for ugly flexible rate for MMX/SSE/3DNowExt code: + --with-cpu=mmx also includes i586 code as fallback; similar with the others 0.66 ----