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 41 (09 January 2015) | |
8 ================================== | |
9 | |
10 NaCl | |
11 ---- | |
12 | |
13 * The x86 NaCl validators now accept instructions from the AVX1 and FMA3 | |
14 extensions. | |
15 | |
16 PNaCl | |
17 ----- | |
18 | |
19 * PNaCl is now based on LLVM 3.5. | |
20 * PNaCl now handles nested struct type expansion, which allows it to better | |
21 support non-C languages. | |
22 * PNaCl now breaks up many integer operations over 64-bits into individual | |
23 64-bit operations. This is often encountered with bitfields. | |
24 | |
25 Chrome/Pepper 40 (November 07 2014) | |
26 =================================== | |
27 | |
7 Chrome/Pepper 39 (26 September 2014) | 28 Chrome/Pepper 39 (26 September 2014) |
8 ==================================== | 29 ==================================== |
9 | 30 |
10 Pepper | 31 Pepper |
11 ------ | 32 ------ |
12 | 33 |
13 .. TODO(jfb): Change to VideoDecoder to pepper_stable when it hits stable. | |
14 | |
15 * Support for ``DEBUG_ONLY:dev://postmessage`` has been removed in favor of | 34 * Support for ``DEBUG_ONLY:dev://postmessage`` has been removed in favor of |
16 :ref:`other more useful debugging approaches <devcycle-debugging>`. | 35 :ref:`other more useful debugging approaches <devcycle-debugging>`. |
17 * `VideoDecoder | 36 * `VideoDecoder |
18 </native-client/pepper_beta/cpp/classpp_1_1_video_decoder.html>`_ is now | 37 </native-client/pepper_stable/cpp/classpp_1_1_video_decoder.html>`_ is now |
19 stable, see the SDK example in ``pepper_canary/examples/api/video_decode``. | 38 stable, see the SDK example in ``pepper_canary/examples/api/video_decode``. |
20 * ``postMessageAndAwaitResponse`` is now stable and allows JavaScript to | 39 * ``postMessageAndAwaitResponse`` is now stable and allows JavaScript to |
21 communicate synchronously with PNaCl embeds. | 40 communicate synchronously with PNaCl embeds. |
dmichael (off chromium)
2015/01/07 23:29:01
The documentation pages have been updated since th
JF
2015/01/08 23:20:08
Done.
| |
22 | 41 |
23 Chrome/Pepper 38 (15 August 2014) | 42 Chrome/Pepper 38 (15 August 2014) |
24 ================================= | 43 ================================= |
25 | 44 |
26 PNaCl | 45 PNaCl |
27 ----- | 46 ----- |
28 | 47 |
29 * Compilation speed improvements due to validation caching of the translator and | 48 * Compilation speed improvements due to validation caching of the translator and |
30 linker. | 49 linker. |
31 * Performance improvement of SIMD vector shuffle. | 50 * Performance improvement of SIMD vector shuffle. |
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
636 | 655 |
637 PPAPI | 656 PPAPI |
638 ----- | 657 ----- |
639 | 658 |
640 * The ``CompletionCallbackFactory`` class template now takes a thread traits | 659 * The ``CompletionCallbackFactory`` class template now takes a thread traits |
641 class as its second parameter. For details see the `CompletionCallbackFactory | 660 class as its second parameter. For details see the `CompletionCallbackFactory |
642 class template reference | 661 class template reference |
643 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta ils>`_. | 662 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta ils>`_. |
644 | 663 |
645 .. TODO: Port release notes for older releases | 664 .. TODO: Port release notes for older releases |
OLD | NEW |