diff --git a/cpuid.c b/cpuid.c index c5987b29..da04e007 100644 --- a/cpuid.c +++ b/cpuid.c @@ -149,17 +149,20 @@ CPUVEC_SETUP_x86_64; if (model == 22){ CPUIS(core2);break;} if (model == 23){ CPUIS(penryn);break;} if (model == 26){ CPUIS(nehalem);break;} - if (model == 28){ CPUIS(atom);break;} + if (model == 28){ CPUIS(atom);break;}// 45nm if (model == 29){ CPUIS(penryn);break;} if (model == 30){ CPUIS(nehalem);break;} if (model == 31){ CPUIS(nehalem);break;} if (model == 37){ CPUIS(westmere);break;} + if (model == 38){ CPUIS(atom);break;}// atom z670 tunnel creek + if (model == 39){ CPUIS(atom);break;}// Intel Atom Z2460 (Medfield platform, Penwell SoC, Saltwell core) if (model == 42){ CPUIS(sandybridge);break;} if (model == 44){ CPUIS(westmere);break;} if (model == 45){ CPUIS(sandybridge);break;} if (model == 46){ CPUIS(nehalem);break;} if (model == 47){ CPUIS(westmere);break;} - //if (model == 58){ CPUIS(ivybridge);break;} + if (model == 54){ CPUIS(atom);break;}//DualCore Intel Atom D2700, 2133 MHz (16 x 133) (Cedarview, Saltwell core) 32nm + if (model == 58){ CPUIS(sandybridge);break;}// this is ivybridge , map to sandybridge for now break; case 15: #if CONFIG_GUESS_64BIT || FAT64 @@ -203,10 +206,10 @@ CPUVEC_SETUP_x86_64; if (model == 10) { CPUIS(k102);break;} break; case 17: - CPUIS(k8);// fusion of K8 and GPU + CPUIS(k8);// fusion of K8 and GPU , not so , just a low power k8 break; case 18: - CPUIS(k103);// like k102 but with hardware divider , is this lano? + CPUIS(k103);// like k102 but with hardware divider , this is lano break; case 20: CPUIS(bobcat);// fusion of bobcat and GPU diff --git a/doc/version.texi b/doc/version.texi index ec4b9b71..1be0e094 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 4 January 2012 -@set UPDATED-MONTH January 2012 +@set UPDATED 18 March 2012 +@set UPDATED-MONTH March 2012 @set EDITION 2.5.1 @set VERSION 2.5.1 diff --git a/yasm/aclocal.m4 b/yasm/aclocal.m4 index 88f985f1..b3384b65 100644 --- a/yasm/aclocal.m4 +++ b/yasm/aclocal.m4 @@ -19,8 +19,8 @@ You have another version of autoconf. It may work, but is not guaranteed to. If you have problems, you may need to regenerate the build system entirely. To do so, use the procedure documented by the package, typically `autoreconf'.])]) -# intlmacosx.m4 serial 3 (gettext-0.18) -dnl Copyright (C) 2004-2010 Free Software Foundation, Inc. +# intlmacosx.m4 serial 1 (gettext-0.17) +dnl Copyright (C) 2004-2007 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -40,7 +40,7 @@ AC_DEFUN([gt_INTL_MACOSX], [ dnl Check for API introduced in MacOS X 10.2. AC_CACHE_CHECK([for CFPreferencesCopyAppValue], - [gt_cv_func_CFPreferencesCopyAppValue], + gt_cv_func_CFPreferencesCopyAppValue, [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_TRY_LINK([#include ], @@ -49,11 +49,11 @@ AC_DEFUN([gt_INTL_MACOSX], [gt_cv_func_CFPreferencesCopyAppValue=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then - AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1], + AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], 1, [Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) fi dnl Check for API introduced in MacOS X 10.3. - AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent], + AC_CACHE_CHECK([for CFLocaleCopyCurrent], gt_cv_func_CFLocaleCopyCurrent, [gt_save_LIBS="$LIBS" LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" AC_TRY_LINK([#include ], [CFLocaleCopyCurrent();], @@ -61,7 +61,7 @@ AC_DEFUN([gt_INTL_MACOSX], [gt_cv_func_CFLocaleCopyCurrent=no]) LIBS="$gt_save_LIBS"]) if test $gt_cv_func_CFLocaleCopyCurrent = yes; then - AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1], + AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], 1, [Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) fi INTL_MACOSX_LIBS=