Skip to content

Commit 614410c

Browse files
Merge
2 parents 1518558 + 865fa45 commit 614410c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ and now continued in the [Concurrent-Safe Memory Reclamation Systems effort for
1414
Intel's `CMPXCHG16B` must be supported on your system (it is on ~99% of machines these days)
1515
for double-word compare-and-swap. As well, when you compile you _must_ build with
1616
`CHPL_LLVM` set (I.E to `CHPL_LLVM=llvm` or `CHPL_LLVM=system`) as the program uses `extern`
17-
blocks, and you must compile with `--llvm` (or alternatively compile with `--ccflags -O2`)
18-
as GCC currently has an issue where it will try to 'optimize' the inlined assembly and results
19-
in a general protection fault.
17+
blocks.

0 commit comments

Comments
 (0)