diff options
author | lloyd <[email protected]> | 2010-08-22 02:56:05 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-22 02:56:05 +0000 |
commit | e008f5673a5b9e2af0c78a2d6e0d95671b865343 (patch) | |
tree | c35bdfe801af1bcb1bd80ca0a8536a9172b8f1dd /src/build-data/arch | |
parent | e7d9701a86658efbc316ccfeaf48cec8c094fc35 (diff) |
Add support for Atom processors.
Fix a bug that would cause a harmless but bogus macro to be generated
in build.h if you used --enable-sse2
Add --enable-movbe to turn on a macro marking movbe as available
Diffstat (limited to 'src/build-data/arch')
-rw-r--r-- | src/build-data/arch/ia32.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build-data/arch/ia32.txt b/src/build-data/arch/ia32.txt index d9b09746d..c2d4d1769 100644 --- a/src/build-data/arch/ia32.txt +++ b/src/build-data/arch/ia32.txt @@ -61,4 +61,5 @@ intelcput2700 -> prescott <isa_extn> sse2:pentium4,prescott,pentium-m,atom ssse3:atom +movbe:atom </isa_extn> |