Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1370)

Unified Diff: native_client_sdk/doc_generated/nacl-and-pnacl.html

Issue 282933003: PNaCl documentation: improve some of the SIMD documentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/doc_generated/nacl-and-pnacl.html
diff --git a/native_client_sdk/doc_generated/nacl-and-pnacl.html b/native_client_sdk/doc_generated/nacl-and-pnacl.html
index b07142922481089d47bd506d309ee96a2c748192..27187ba7695dbb1d8fb21c899749df125f932baa 100644
--- a/native_client_sdk/doc_generated/nacl-and-pnacl.html
+++ b/native_client_sdk/doc_generated/nacl-and-pnacl.html
@@ -93,7 +93,8 @@ non-portable NaCl:</p>
<ul class="small-gap">
<li>By its nature, PNaCl does not support architecture-specific
instructions in an application (i.e., inline assembly), but tries to
-offer high-performance portable equivalents.</li>
+offer high-performance portable equivalents. One such example is
+PNaCl&#8217;s <a class="reference internal" href="/native-client/reference/pnacl-c-cpp-language-support.html#portable-simd-vectors"><em>Portable SIMD Vectors</em></a>.</li>
<li>Currently PNaCl only supports static linking with the <code>newlib</code>
C standard library (the Native Client SDK provides a PNaCl port of
<code>newlib</code>). Dynamic linking and <code>glibc</code> are not yet supported.
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/reference/pnacl-c-cpp-language-support.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698