From e15a1946c6f3b479c48610870da86df09d9daa70 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Tue, 27 Mar 2012 08:02:39 -0700 Subject: [PATCH] Documentation: add ISPC_TARGET_AVX2 as a possible target #define --- docs/ispc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ispc.rst b/docs/ispc.rst index 0366c087..34f91afd 100644 --- a/docs/ispc.rst +++ b/docs/ispc.rst @@ -542,7 +542,7 @@ preprocessor runs: * - ISPC - 1 - Detecting that the ``ispc`` compiler is processing the file - * - ISPC_TARGET_{SSE2,SSE4,AVX} + * - ISPC_TARGET_{SSE2,SSE4,AVX,AVX2} - 1 - One of these will be set, depending on the compilation target. * - ISPC_POINTER_SIZE