diff options
author | lloyd <[email protected]> | 2009-11-06 14:58:00 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-06 14:58:00 +0000 |
commit | f99ceb51d099c0c5dbbdbab53d16283ac40c0763 (patch) | |
tree | ef0ffc58486df79b05374fba4eaea42941e3ab54 /src/build-data/arch/ppc64.txt | |
parent | bbe35ac3ad7a0d792a2011bb31704b58dfc7a31f (diff) |
The code for handling SIMD ISA extensions actually works fine for general
ISA extensions (say, Intel's AES-NI, for instance) so change everything
to reflect that.
Also rename some of the amd64 models, and add entries for k10, nehalem,
and westmere processors.
Diffstat (limited to 'src/build-data/arch/ppc64.txt')
-rw-r--r-- | src/build-data/arch/ppc64.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build-data/arch/ppc64.txt b/src/build-data/arch/ppc64.txt index 9602012ed..36c92d198 100644 --- a/src/build-data/arch/ppc64.txt +++ b/src/build-data/arch/ppc64.txt @@ -25,6 +25,6 @@ cellppu cellbroadbandengine -> cellppu </submodel_aliases> -<simd> +<isa_extn> altivec:cellppu,ppc970,power6,power7 -</simd> +</isa_extn> |