From 37b1ca2b6e12fc099e9afdc80c6de9da111eb657 Mon Sep 17 00:00:00 2001 From: lloyd Date: Mon, 9 May 2011 15:38:06 +0000 Subject: Make different targets for 32 and 64 bit Atom processors, since most consumer/desktop level Atoms are actually 32 bit. --- src/build-data/arch/x86_32.txt | 8 ++++---- src/build-data/arch/x86_64.txt | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'src/build-data/arch') diff --git a/src/build-data/arch/x86_32.txt b/src/build-data/arch/x86_32.txt index 9289f1b2e..482a53057 100644 --- a/src/build-data/arch/x86_32.txt +++ b/src/build-data/arch/x86_32.txt @@ -25,7 +25,7 @@ pentium-m prescott k6 athlon -atom +atom32 @@ -62,7 +62,7 @@ intelcput2700 -> prescott -sse2:pentium4,prescott,pentium-m,atom -ssse3:atom -movbe:atom +sse2:pentium4,prescott,pentium-m,atom32 +ssse3:atom32 +movbe:atom32 diff --git a/src/build-data/arch/x86_64.txt b/src/build-data/arch/x86_64.txt index 59e48329a..97b84fbde 100644 --- a/src/build-data/arch/x86_64.txt +++ b/src/build-data/arch/x86_64.txt @@ -17,6 +17,7 @@ nocona core2 nehalem westmere +atom @@ -36,6 +37,6 @@ corei7cpu860 -> nehalem sse2:all -ssse3:core2,nehalem,westmere +ssse3:core2,nehalem,westmere,atom aes-ni:westmere -- cgit v1.2.3