Skip to content

Commit

Permalink
Include AVX2 in supported ISAs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Pharr committed Jan 22, 2012
1 parent 91ac3b9 commit 1f0f2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -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
--------
Expand Down

0 comments on commit 1f0f2ec

Please sign in to comment.