[Openmp-commits] [openmp] r246165 - Update README.txt to include table of supported Power processors

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Thu Aug 27 10:19:17 PDT 2015


Author: jlpeyton
Date: Thu Aug 27 12:19:17 2015
New Revision: 246165

URL: http://llvm.org/viewvc/llvm-project?rev=246165&view=rev
Log:
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

Modified:
    openmp/trunk/runtime/README.txt
    openmp/trunk/www/README.txt

Modified: openmp/trunk/runtime/README.txt
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/runtime/README.txt?rev=246165&r1=246164&r2=246165&view=diff
==============================================================================
--- openmp/trunk/runtime/README.txt (original)
+++ openmp/trunk/runtime/README.txt Thu Aug 27 12:19:17 2015
@@ -127,6 +127,20 @@ Intel(R) Many Integrated Core Architectu
     __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
 ===========================================
 

Modified: openmp/trunk/www/README.txt
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/www/README.txt?rev=246165&r1=246164&r2=246165&view=diff
==============================================================================
--- openmp/trunk/www/README.txt (original)
+++ openmp/trunk/www/README.txt Thu Aug 27 12:19:17 2015
@@ -127,6 +127,20 @@ Intel(R) Many Integrated Core Architectu
     __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
 ===========================================
 




More information about the Openmp-commits mailing list