We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1518558 + 865fa45 commit 614410cCopy full SHA for 614410c
1 file changed
README.md
@@ -14,6 +14,4 @@ and now continued in the [Concurrent-Safe Memory Reclamation Systems effort for
14
Intel's `CMPXCHG16B` must be supported on your system (it is on ~99% of machines these days)
15
for double-word compare-and-swap. As well, when you compile you _must_ build with
16
`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.
+blocks.
0 commit comments