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? |
---------------------------------------- |