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’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. |