Chromium Code Reviews| OLD | NEW |
|---|---|
| 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>`_ | |
|
Derek Schuff
2014/04/24 16:06:20
again, probably an "and" would be more clear than
JF
2014/04/24 16:16:30
Done.
| |
| 14 / `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 Loading... | |
| 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 |
| OLD | NEW |