diff options
author | lloyd <[email protected]> | 2009-11-06 13:45:18 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-06 13:45:18 +0000 |
commit | f3c92264410c709e2a3ebf88ea3a67badf298c1c (patch) | |
tree | 08052c5615015cee4bfd14783ae48f3f694188d5 /src/build-data/arch/ppc64.txt | |
parent | 56c3c044215f36fe00c9a8a2e06a84f969996cb7 (diff) |
Generate SIMD macro flags for build.h from data in build-data/arch for
SSE2, SSSE3, NEON, and AltiVec.
Add entries for Intel Atom, POWER6 and POWER7, and the Cortex A8 and A9.
Diffstat (limited to 'src/build-data/arch/ppc64.txt')
-rw-r--r-- | src/build-data/arch/ppc64.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/build-data/arch/ppc64.txt b/src/build-data/arch/ppc64.txt index f044ba98d..9602012ed 100644 --- a/src/build-data/arch/ppc64.txt +++ b/src/build-data/arch/ppc64.txt @@ -16,9 +16,15 @@ ppc970 power3 power4 power5 +power6 +power7 cellppu </submodels> <submodel_aliases> cellbroadbandengine -> cellppu </submodel_aliases> + +<simd> +altivec:cellppu,ppc970,power6,power7 +</simd> |