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

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

Issue 250433002: PNaCl documentation: add SIMD vectors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address dschuff's comments. Created 6 years, 8 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/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 b88ca9a26f2386d362b95d3a09c0ecf7e8cc5113..6b29514c76d4dac35e106d65efdc308de53327f3 100644
--- a/native_client_sdk/doc_generated/nacl-and-pnacl.html
+++ b/native_client_sdk/doc_generated/nacl-and-pnacl.html
@@ -92,15 +92,13 @@ for all supported architectures.</p>
these limitations are critical for your application, you should use
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). Future editions of PNaCl will
-attempt to mitigate this problem by introducing portable intrinsics for vector
-operations.</li>
+<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>
<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.
Work is under way to enable dynamic linking in future versions of PNaCl.</li>
-<li>In the initial release, PNaCl does not support vector types and SIMD.</li>
<li>In the initial release, PNaCl does not support some GNU extensions
like taking the address of a label for computed <code>goto</code>, or nested
functions.</li>

Powered by Google App Engine
This is Rietveld 408576698