From 851a2afce99966d1bbc495af9d32bd42fc7b4537 Mon Sep 17 00:00:00 2001 From: Jonathan Peyton Date: Thu, 27 Aug 2015 17:19:17 +0000 Subject: [PATCH] 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 --- openmp/runtime/README.txt | 14 ++++++++++++++ openmp/www/README.txt | 14 ++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/openmp/runtime/README.txt b/openmp/runtime/README.txt index 3b594bddc699..4672dd1b1471 100644 --- a/openmp/runtime/README.txt +++ b/openmp/runtime/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 =========================================== diff --git a/openmp/www/README.txt b/openmp/www/README.txt index 3b594bddc699..4672dd1b1471 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 ===========================================