Skip to content

Commit

Permalink
Update qthread readme (#26507)
Browse files Browse the repository at this point in the history
Updates the readme for qthreads to reflect current patches


[Not reviewed - trivial]
  • Loading branch information
jabraham17 authored Jan 9, 2025
2 parents d85b2e1 + 64985b7 commit b3ad8fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions third-party/qthread/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b3ad8fc

Please sign in to comment.