ref: 14b140af2cbbabfd64a7cb4bc82d9e169ec36622
parent: 9b65a9cadd670f9cdd7ac4d8e203240fbfcd80cf
author: Roberto E. Vargas Caballero <[email protected]>
date: Mon Jul 20 07:52:47 EDT 2015
Fix small typo in README (another ...)
--- a/README
+++ b/README
@@ -55,7 +55,7 @@
assembler).
In the second case, it generates a lot of problems with modern
processors and multithreading, where not holding the value in a
- register is good enough (an explicit memory barrier is needed).
+ register is not good enough (an explicit memory barrier is needed).
- restrict: This qualifer can only be applied to pointers to
mark that the pointed object has no other alias. This qualifer