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

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

Issue 250433002: PNaCl documentation: add SIMD vectors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address dschuff's comments. 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 .. _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)
8 ==============================
9
10 PNaCl
11 -----
12 * Support `LLVM vectors
13 <http://clang.llvm.org/docs/LanguageExtensions.html#vectors-and-extended-vecto rs>`_
14 and `GCC vectors
15 <http://gcc.gnu.org/onlinedocs/gcc/Vector-Extensions.html>`_ for SIMD
16 vectors.
17
7 Chrome/Pepper 35 (31 Mar 2014) 18 Chrome/Pepper 35 (31 Mar 2014)
8 ============================== 19 ==============================
9 20
10 PNaCl 21 PNaCl
11 ----- 22 -----
12 * Upgraded LLVM to version 3.4. 23 * Upgraded LLVM to version 3.4.
13 * Translation now uses dynamic load balancing, making translation time faster. 24 * Translation now uses dynamic load balancing, making translation time faster.
14 * Unstable pexes (i.e. non-finalized) with debug information can be loaded by 25 * Unstable pexes (i.e. non-finalized) with debug information can be loaded by
15 Chrome, simplifying debugging with PNaCl. See :ref:`Debugging PNaCl pexes 26 Chrome, simplifying debugging with PNaCl. See :ref:`Debugging PNaCl pexes
16 <debugging_pnacl_pexes>` 27 <debugging_pnacl_pexes>`
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 590
580 PPAPI 591 PPAPI
581 ----- 592 -----
582 593
583 * The ``CompletionCallbackFactory`` class template now takes a thread traits 594 * The ``CompletionCallbackFactory`` class template now takes a thread traits
584 class as its second parameter. For details see the `CompletionCallbackFactory 595 class as its second parameter. For details see the `CompletionCallbackFactory
585 class template reference 596 class template reference
586 <https://developers.google.com/native-client/pepper22/peppercpp/classpp_1_1_co mpletion_callback_factory#details>`_. 597 <https://developers.google.com/native-client/pepper22/peppercpp/classpp_1_1_co mpletion_callback_factory#details>`_.
587 598
588 .. TODO: Port release notes for older releases 599 .. TODO: Port release notes for older releases
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698