diff options
author | lloyd <[email protected]> | 2009-11-06 19:30:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-06 19:30:41 +0000 |
commit | 36486f1c11ffeb1b53bee1eb32a6200090b3012a (patch) | |
tree | 39cf3a19d4ba90f2daaa7544a6fcbb07431cd397 /src/build-data | |
parent | 07412401c927e01da3504f0c2b7e94d4ac13ee33 (diff) |
Add a new need_isa marker for info.txt that lets a module depend
on a particular ISA extension rather than a list of CPUs. Much
easier to edit and audit, too. Add markers on the AES-NI code and
SHA-1/SSE2. Serpent and XTEA don't need it because they are
generic and only depend on simd_32 which will silenty swap out a
scalar version if SSE2/AltiVec isn't enabled (since it turns out
on supersclar processors just doing 4 blocks in parallel can be a
win even in GPRs).
Add pentium3 to the list of CPUs with rdtsc, was missing. Odd!
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/arch/amd64.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/arch/amd64.txt b/src/build-data/arch/amd64.txt index 6bce86dff..6c1c2a7e4 100644 --- a/src/build-data/arch/amd64.txt +++ b/src/build-data/arch/amd64.txt @@ -29,6 +29,6 @@ barcelona -> k10 <isa_extn> sse2:all -ssse3:core2 +ssse3:core2,nehalem,westmere aes_ni:westmere </isa_extn> |