diff options
Diffstat (limited to 'src/spinbarrier.cpp')
-rw-r--r-- | src/spinbarrier.cpp | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/spinbarrier.cpp b/src/spinbarrier.cpp index e7d3b70..3699dcf 100644 --- a/src/spinbarrier.cpp +++ b/src/spinbarrier.cpp @@ -7,21 +7,9 @@ * *
* Contributors: *
* Douglas M. Pase - initial API and implementation *
+ * Tim Besard - prefetching, JIT compilation *
*******************************************************************************/
-/******************************************************************************
- * *
- * SpinBarrier *
- * *
- * Author: Douglas M. Pase *
- * *
- * Date: September 21, 2000 *
- * Translated to C++, June 19, 2005 *
- * *
- * void barrier() *
- * *
- ******************************************************************************/
-
//
// Configuration
//
|