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

Unified Diff: native_client_sdk/src/doc/faq.rst

Issue 888313002: NaCl docs: an update on AVX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Except VGATHER. Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/doc/faq.rst
diff --git a/native_client_sdk/src/doc/faq.rst b/native_client_sdk/src/doc/faq.rst
index 398e4c3e18311b34c0d500c0ada0da445bf51b4c..df3d0df148d7179dd8a1d85a807dcdc4fdc09a62 100644
--- a/native_client_sdk/src/doc/faq.rst
+++ b/native_client_sdk/src/doc/faq.rst
@@ -271,12 +271,12 @@ NPAPI is not supported by the Native Client SDK, and is `deprecated in Chrome`_.
Does Native Client support SIMD vector instructions?
----------------------------------------------------
-Native Client currently supports SSE on x86 and NEON on ARM. Support for
-AVX on x86 is under way.
-
Portable Native Client supports portable SIMD vectors, as detailed in
:ref:`Portable SIMD Vectors <portable_simd_vectors>`.
+Native Client supports SSE, AVX1, FMA3 and AVX2 (except for `VGATHER`) on x86
+and NEON on ARM.
+
Can I use Native Client for 3D graphics?
----------------------------------------
« no previous file with comments | « native_client_sdk/doc_generated/sdk/release-notes.html ('k') | native_client_sdk/src/doc/sdk/release-notes.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698