aboutsummaryrefslogtreecommitdiff
path: root/openmp/www
diff options
context:
space:
mode:
authorJonathan Peyton <jonathan.l.peyton@intel.com>2015-08-27 17:19:17 +0000
committerJonathan Peyton <jonathan.l.peyton@intel.com>2015-08-27 17:19:17 +0000
commit851a2afce99966d1bbc495af9d32bd42fc7b4537 (patch)
tree446df5456197d34e07b706228ec2b0e4a53a1682 /openmp/www
parentfbbbc01caad5b6bbdd72d74de217c1a156433899 (diff)
downloadllvm-851a2afce99966d1bbc495af9d32bd42fc7b4537.zip
llvm-851a2afce99966d1bbc495af9d32bd42fc7b4537.tar.gz
llvm-851a2afce99966d1bbc495af9d32bd42fc7b4537.tar.bz2
Update README.txt to include table of supported Power processors
Small patch to the README.txt file which adds a table that shows what compiler version works on what Power processor. Patch by Carlo Bertolli http://lists.llvm.org/pipermail/openmp-commits/2015-August/000595.html llvm-svn: 246165
Diffstat (limited to 'openmp/www')
-rw-r--r--openmp/www/README.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/openmp/www/README.txt b/openmp/www/README.txt
index 3b594bd..4672dd1 100644
--- a/openmp/www/README.txt
+++ b/openmp/www/README.txt
@@ -127,6 +127,20 @@ Intel(R) Many Integrated Core Architecture
__kmpc_atomic_*_fp
(8) Community contribution provided AS IS, not tested by Intel.
+Supported Architectures: IBM(R) Power 7 and Power 8
+
+ -----------------------------
+ | gcc | clang |
+--------------|------------|--------------|
+| Linux* OS | Yes(1,2) | Yes(3,4) |
+-------------------------------------------
+
+(1) On Power 7, gcc version 4.8.2 is supported.
+(2) On Power 8, gcc version 4.8.2 is supported.
+(3) On Power 7, clang version 3.7 is supported.
+(4) On Power 8, clang version 3.7 is supported.
+
+
Front-end Compilers that work with this RTL
===========================================