Updating configfsf.*
Marc Glisse
marc.glisse at inria.fr
Wed May 4 21:38:50 CEST 2011
On Wed, 4 May 2011, Torbjorn Granlund wrote:
> Marc Glisse <marc.glisse at inria.fr> writes:
>
> Actually, --enable-fat seems broken currently (even on shell) :-(
>
> It often rots, I manually test and fix it every 6 months or so.
Looks like it only needs the attached (not that I know what I am doing, it
just looks consistent with the rest).
--
Marc Glisse
-------------- next part --------------
*** gmp.6ca070658cd1/mpn/x86_64/fat/fat.c 2011-05-04 21:33:44.975688531 +0200
--- /data/repos/gmp/mpn/x86_64/fat/fat.c 2011-05-04 21:26:19.719313231 +0200
***************
*** 166,183 ****
case 0x23:
case 0x24:
case 0x25: /* WSM Clarkdale/Arrandale */
case 0x28:
case 0x29:
- case 0x2a: /* SB */
case 0x2b:
case 0x2c: /* WSM Gulftown */
- case 0x2d: /* SBC-EP */
case 0x2e: /* NHM Beckton */
case 0x2f: /* WSM Eagleton */
CPUVEC_SETUP_core2;
! CPUVEC_SETUP_corei;
break;
}
case 15:
CPUVEC_SETUP_pentium4;
--- 166,187 ----
case 0x23:
case 0x24:
case 0x25: /* WSM Clarkdale/Arrandale */
case 0x28:
case 0x29:
case 0x2b:
case 0x2c: /* WSM Gulftown */
case 0x2e: /* NHM Beckton */
case 0x2f: /* WSM Eagleton */
CPUVEC_SETUP_core2;
! CPUVEC_SETUP_coreinhm;
! break;
!
! case 0x2a: /* SB */
! case 0x2d: /* SBC-EP */
! CPUVEC_SETUP_core2;
! CPUVEC_SETUP_coreisbr;
break;
}
case 15:
CPUVEC_SETUP_pentium4;
More information about the gmp-devel
mailing list