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

Side by Side Diff: native_client_sdk/doc_generated/sdk/release-notes.html

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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 {{+bindTo:partials.standard_nacl_article}} 1 {{+bindTo:partials.standard_nacl_article}}
2 2
3 <section id="release-notes"> 3 <section id="release-notes">
4 <span id="sdk-release-notes"></span><h1 id="release-notes"><span id="sdk-release -notes"></span>Release Notes</h1> 4 <span id="sdk-release-notes"></span><h1 id="release-notes"><span id="sdk-release -notes"></span>Release Notes</h1>
5 <section id="chrome-pepper-36-09-may-2014"> 5 <section id="chrome-pepper-36-09-may-2014">
6 <h2 id="chrome-pepper-36-09-may-2014">Chrome/Pepper 36 (09 May 2014)</h2> 6 <h2 id="chrome-pepper-36-09-may-2014">Chrome/Pepper 36 (09 May 2014)</h2>
7 <section id="pnacl"> 7 <section id="pnacl">
8 <h3 id="pnacl">PNaCl</h3> 8 <h3 id="pnacl">PNaCl</h3>
9 <ul class="small-gap"> 9 <ul class="small-gap">
10 <li>Support <a class="reference external" href="http://clang.llvm.org/docs/Langu ageExtensions.html#vectors-and-extended-vectors">LLVM vectors</a> 10 <li>Support <a class="reference external" href="http://clang.llvm.org/docs/Langu ageExtensions.html#vectors-and-extended-vectors">LLVM vectors</a>
11 and <a class="reference external" href="http://gcc.gnu.org/onlinedocs/gcc/Vector -Extensions.html">GCC vectors</a> for SIMD 11 and <a class="reference external" href="http://gcc.gnu.org/onlinedocs/gcc/Vector -Extensions.html">GCC vectors</a> for SIMD
12 vectors.</li> 12 vectors through <a class="reference internal" href="/native-client/reference/pna cl-c-cpp-language-support.html#portable-simd-vectors"><em>Portable SIMD Vectors< /em></a>. Note that this is still an early release,
13 and performance is expected to become acceptable for version 37 of
14 Chrome. More SIMD instructions will be added in later releases.</li>
13 </ul> 15 </ul>
14 </section></section><section id="chrome-pepper-35-31-mar-2014"> 16 </section></section><section id="chrome-pepper-35-31-mar-2014">
15 <h2 id="chrome-pepper-35-31-mar-2014">Chrome/Pepper 35 (31 Mar 2014)</h2> 17 <h2 id="chrome-pepper-35-31-mar-2014">Chrome/Pepper 35 (31 Mar 2014)</h2>
16 <section id="id1"> 18 <section id="id1">
17 <h3 id="id1">PNaCl</h3> 19 <h3 id="id1">PNaCl</h3>
18 <ul class="small-gap"> 20 <ul class="small-gap">
19 <li>Upgraded LLVM to version 3.4.</li> 21 <li>Upgraded LLVM to version 3.4.</li>
20 <li>Translation now uses dynamic load balancing, making translation time faster. </li> 22 <li>Translation now uses dynamic load balancing, making translation time faster. </li>
21 <li>Unstable pexes (i.e. non-finalized) with debug information can be loaded by 23 <li>Unstable pexes (i.e. non-finalized) with debug information can be loaded by
22 Chrome, simplifying debugging with PNaCl. See <a class="reference internal" href ="/native-client/devguide/devcycle/debugging.html#debugging-pnacl-pexes"><em>Deb ugging PNaCl pexes</em></a></li> 24 Chrome, simplifying debugging with PNaCl. See <a class="reference internal" href ="/native-client/devguide/devcycle/debugging.html#debugging-pnacl-pexes"><em>Deb ugging PNaCl pexes</em></a></li>
(...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 </section><section id="id18"> 558 </section><section id="id18">
557 <h3 id="id18">PPAPI</h3> 559 <h3 id="id18">PPAPI</h3>
558 <ul class="small-gap"> 560 <ul class="small-gap">
559 <li>The <code>CompletionCallbackFactory</code> class template now takes a thread traits 561 <li>The <code>CompletionCallbackFactory</code> class template now takes a thread traits
560 class as its second parameter. For details see the <a class="reference external" href="/native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory# details">CompletionCallbackFactory 562 class as its second parameter. For details see the <a class="reference external" href="/native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory# details">CompletionCallbackFactory
561 class template reference</a>.</li> 563 class template reference</a>.</li>
562 </ul> 564 </ul>
563 </section></section></section> 565 </section></section></section>
564 566
565 {{/partials.standard_nacl_article}} 567 {{/partials.standard_nacl_article}}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698