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/ppc.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/ppc.txt')
-rw-r--r-- | src/build-data/arch/ppc.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/build-data/arch/ppc.txt b/src/build-data/arch/ppc.txt index 254643fdd..5e96be3c3 100644 --- a/src/build-data/arch/ppc.txt +++ b/src/build-data/arch/ppc.txt @@ -21,3 +21,7 @@ ppc750 ppc7400 ppc7450 </submodels> + +<simd> +altivec:ppc7400,ppc7450 +</simd> |