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

Unified Diff: native_client_sdk/src/doc/nacl-and-pnacl.rst

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
Index: native_client_sdk/src/doc/nacl-and-pnacl.rst
diff --git a/native_client_sdk/src/doc/nacl-and-pnacl.rst b/native_client_sdk/src/doc/nacl-and-pnacl.rst
index 30884ab252a7d9b6146574984835745901129329..2a0872b2b982af7ccf3b90e93bbfa5f8f4b5c656 100644
--- a/native_client_sdk/src/doc/nacl-and-pnacl.rst
+++ b/native_client_sdk/src/doc/nacl-and-pnacl.rst
@@ -109,7 +109,8 @@ non-portable NaCl:
* 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.
+ offer high-performance portable equivalents. One such example is
+ PNaCl's :ref:`Portable SIMD Vectors <portable_simd_vectors>`.
* Currently PNaCl only supports static linking with the ``newlib``
C standard library (the Native Client SDK provides a PNaCl port of
``newlib``). Dynamic linking and ``glibc`` are not yet supported.

Powered by Google App Engine
This is Rietveld 408576698