From 181b4bb3bb21a576458686d8e40234f658a3d35e Mon Sep 17 00:00:00 2001 From: Jim Cownie Date: Mon, 23 Dec 2013 17:28:57 +0000 Subject: For your Christmas hacking pleasure. This release use aligns with Intel(r) Composer XE 2013 SP1 Product Update 2 New features * The library can now be built with clang (though wiht some limitations since clang does not support 128 bit floats) * Support for Vtune analysis of load imbalance * Code contribution from Steven Noonan to build the runtime for ARM* architecture processors * First implementation of runtime API for OpenMP cancellation Bug Fixes * Fixed hang on Windows (only) when using KMP_BLOCKTIME=0 llvm-svn: 197914 --- openmp/CREDITS.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openmp/CREDITS.txt') diff --git a/openmp/CREDITS.txt b/openmp/CREDITS.txt index 67b3e9e..c054358 100644 --- a/openmp/CREDITS.txt +++ b/openmp/CREDITS.txt @@ -12,3 +12,6 @@ N: Intel Corporation OpenMP runtime team W: http://openmprtl.org D: Created the runtime. +N: Steven Noonan +E: steven@uplinklabs.net +D: Patches for the ARM architecture and several inconsistency removal. -- cgit v1.1