Include AVX2 in supported ISAs

This commit is contained in:
Matt Pharr
2012-01-22 07:05:47 -08:00
parent 91ac3b9d7c
commit 1f0f2ec05f

View File

@@ -47,7 +47,7 @@ remarkable `LLVM Compiler Infrastructure <http://llvm.org>`_ for back-end
code generation and optimization and is `hosted on
github <http://github.com/ispc/ispc/>`_. It supports Windows, Mac, and
Linux, with both x86 and x86-64 targets. It currently supports the SSE2,
SSE4, and AVX instruction sets.
SSE4, AVX1, and AVX2 instruction sets.
Features
--------