From 19961290dc47e9b12a6b6b42eb3512509b321978 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 11 Jun 2010 14:12:20 +0000 Subject: Fix problem that prevented AES-NI code from getting loaded in at least some cases. Add a westmere alias for "Core i5 CPU M 520", which is what uname (and thus, platform.processor()) returns on my laptop. Mostly for my benefit of course. --- src/build-data/arch/amd64.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/build-data') diff --git a/src/build-data/arch/amd64.txt b/src/build-data/arch/amd64.txt index b0cf546d7..6b721805e 100644 --- a/src/build-data/arch/amd64.txt +++ b/src/build-data/arch/amd64.txt @@ -29,10 +29,12 @@ opteron -> k8 amdopteron -> k8 athlon64 -> k8 barcelona -> k10 + +corei5cpum520 -> westmere sse2:all ssse3:core2,nehalem,westmere -aes_ni:westmere +aes-ni:westmere -- cgit v1.2.3