From 64985b7a413de6cc16c681567526674a4bb767ac Mon Sep 17 00:00:00 2001 From: Jade Abraham Date: Thu, 9 Jan 2025 14:55:46 -0800 Subject: [PATCH] update qthread readme Signed-off-by: Jade Abraham --- third-party/qthread/README | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/third-party/qthread/README b/third-party/qthread/README index 8a4ffd357573..7407d5c2088a 100644 --- a/third-party/qthread/README +++ b/third-party/qthread/README @@ -51,10 +51,8 @@ index 8269aa0949..bf022bc243 100644 #define qthread_incr(ADDR, INCVAL) __sync_fetch_and_add(ADDR, INCVAL) ``` - * Backport a few performance fixes from the development version of qthreads. https://github.com/chapel-lang/chapel/pull/26138 - https://github.com/chapel-lang/chapel/pull/26328 ``` diff --git a/include/qt_atomics.h b/include/qt_atomics.h @@ -89,6 +87,10 @@ index 2ac887ed..2312c954 100644 do { \ ``` +* Backport a few performance fixes from the development version of qthreads. + part of https://github.com/chapel-lang/chapel/pull/26328, the rest was + reverted in https://github.com/chapel-lang/chapel/pull/26468 + ``` --- a/src/io.c +++ b/src/io.c