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 fb3171e91969350cad49a6b6f186cef5eacb3a2b..845ad9eefedbbc50ac3b88deef73a52da70431b6 100644 |
--- a/native_client_sdk/src/doc/nacl-and-pnacl.rst |
+++ b/native_client_sdk/src/doc/nacl-and-pnacl.rst |
@@ -108,15 +108,13 @@ The limitations below apply to the current release of PNaCl. If any of |
these limitations are critical for your application, you should use |
non-portable NaCl: |
-* 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. |
+* 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. |
* 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. |
Work is under way to enable dynamic linking in future versions of PNaCl. |
-* In the initial release, PNaCl does not support vector types and SIMD. |
* In the initial release, PNaCl does not support some GNU extensions |
like taking the address of a label for computed ``goto``, or nested |
functions. |