| Index: native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html
|
| diff --git a/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html b/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html
|
| index c1afbcb6585fcd72ea96c483921929f68764ef7e..d1e3585e27f2d3f630258b247738dfb27d5339eb 100644
|
| --- a/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html
|
| +++ b/native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html
|
| @@ -64,7 +64,7 @@ with other NaCl toolchains.</p>
|
| <h3 id="memory-model-for-concurrent-operations">Memory Model for Concurrent Operations</h3>
|
| <p>The memory model offered by PNaCl relies on the same coding guidelines
|
| as the C11/C++11 one: concurrent accesses must always occur through
|
| -atomic primitives (offered by <a class="reference external" href="PNaClLangRef.html#atomicintrinsics">atomic intrinsics</a>), and these accesses must always
|
| +atomic primitives (offered by <a class="reference internal" href="/native-client/reference/pnacl-bitcode-abi.html#bitcode-atomicintrinsics"><em>atomic intrinsics</em></a>), and these accesses must always
|
| occur with the same size for the same memory location. Visibility of
|
| stores is provided on a happens-before basis that relates memory
|
| locations to each other as the C11/C++11 standards do.</p>
|
|
|