Chromium Code Reviews| 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..37312fb69a517f701c9dd9b66bce483d713f9f69 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 equivalents. |
|
Derek Schuff
2014/04/24 16:06:20
"high-performance portable equivalents"?
JF
2014/04/24 16:16:30
Done.
|
| * 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. |