added SKX target definition

This commit is contained in:
Andrey Shishpanov
2016-02-12 18:22:48 +03:00
parent 28227f1a8b
commit 1324e6cdd5
9 changed files with 195 additions and 33 deletions

2
ispc.h
View File

@@ -193,7 +193,7 @@ public:
AVX11 = 3,
AVX2 = 4,
KNL_AVX512 = 5,
SKX = 6,
SKX_AVX512 = 6,
GENERIC = 7,
#ifdef ISPC_NVPTX_ENABLED
NVPTX,