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

Side by Side Diff: native_client_sdk/src/doc/sdk/release-notes.rst

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
« no previous file with comments | « native_client_sdk/src/doc/reference/pnacl-c-cpp-language-support.rst ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .. _sdk-release-notes: 1 .. _sdk-release-notes:
2 2
3 ############# 3 #############
4 Release Notes 4 Release Notes
5 ############# 5 #############
6 6
7 Chrome/Pepper 36 (09 May 2014) 7 Chrome/Pepper 36 (09 May 2014)
8 ============================== 8 ==============================
9 9
10 PNaCl 10 PNaCl
11 ----- 11 -----
12 * Support `LLVM vectors 12 * Support `LLVM vectors
13 <http://clang.llvm.org/docs/LanguageExtensions.html#vectors-and-extended-vecto rs>`_ 13 <http://clang.llvm.org/docs/LanguageExtensions.html#vectors-and-extended-vecto rs>`_
14 and `GCC vectors 14 and `GCC vectors
15 <http://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html>`_ for SIMD 15 <http://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html>`_ for SIMD
16 vectors. 16 vectors through :ref:`Portable SIMD Vectors
17 <portable_simd_vectors>`. Note that this is still an early release,
18 and performance is expected to become acceptable for version 37 of
19 Chrome. More SIMD instructions will be added in later releases.
17 20
18 Chrome/Pepper 35 (31 Mar 2014) 21 Chrome/Pepper 35 (31 Mar 2014)
19 ============================== 22 ==============================
20 23
21 PNaCl 24 PNaCl
22 ----- 25 -----
23 * Upgraded LLVM to version 3.4. 26 * Upgraded LLVM to version 3.4.
24 * Translation now uses dynamic load balancing, making translation time faster. 27 * Translation now uses dynamic load balancing, making translation time faster.
25 * Unstable pexes (i.e. non-finalized) with debug information can be loaded by 28 * Unstable pexes (i.e. non-finalized) with debug information can be loaded by
26 Chrome, simplifying debugging with PNaCl. See :ref:`Debugging PNaCl pexes 29 Chrome, simplifying debugging with PNaCl. See :ref:`Debugging PNaCl pexes
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 588
586 PPAPI 589 PPAPI
587 ----- 590 -----
588 591
589 * The ``CompletionCallbackFactory`` class template now takes a thread traits 592 * The ``CompletionCallbackFactory`` class template now takes a thread traits
590 class as its second parameter. For details see the `CompletionCallbackFactory 593 class as its second parameter. For details see the `CompletionCallbackFactory
591 class template reference 594 class template reference
592 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta ils>`_. 595 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta ils>`_.
593 596
594 .. TODO: Port release notes for older releases 597 .. TODO: Port release notes for older releases
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/reference/pnacl-c-cpp-language-support.rst ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698