From f9ad004f3acca8cd72ad0b9f8c20ee5f15e1389c Mon Sep 17 00:00:00 2001 From: jasonmoxham Date: Wed, 4 Jan 2012 23:38:49 +0000 Subject: [PATCH] NEWS --- NEWS | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/NEWS b/NEWS index e48f07b7..e5e0fa7f 100644 --- a/NEWS +++ b/NEWS @@ -20,6 +20,31 @@ along with the GNU MP Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +Changes between MPIR 2.5.0 and MPIR 2.4.0 + +Bug Fixes: + + * Correct rounding mode tests + +Speedups: + + * x86_64 fat build now uses RIP relative addressing + * Toom22 speedup via assembler + * New x86_64 assembler code + * New Toom eval function using the new assembler code + * Detect another Sandybridge CPU + * New GCD code (via GMP project) + +Features: + + * General cleanup of old features + * Upgrade intenal component YASM + * MSVC tweeks + +Changes: + + * Remove explicit support for thumb m68k sh cpu's + Changes between MPIR 2.4.0 and MPIR 2.3.1 Bug Fixes: