From 33771c2163a955d902e32def7898d0d91580c632 Mon Sep 17 00:00:00 2001 From: Dmitry Babokin Date: Sat, 30 May 2015 01:05:15 +0300 Subject: [PATCH] Bumping version 1.8.3dev --- docs/ReleaseNotes.txt | 2 +- doxygen.cfg | 2 +- ispc.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ReleaseNotes.txt b/docs/ReleaseNotes.txt index 4d2723dc..4c6e8d41 100644 --- a/docs/ReleaseNotes.txt +++ b/docs/ReleaseNotes.txt @@ -6,7 +6,7 @@ AVX512 support. Current level of AVX512 support is targeting the new generation of Xeon Phi codename Knights Landing. It's implemented in two different ways: as generic and native target. Generic target is similar to KNC support and requires Intel C/C++ -Compiler (15.0 and newer) and is availiable in regular ISPC build, which is +Compiler (15.0 and newer) and is available in regular ISPC build, which is based on LLVM 3.6.1. For the native AVX512 target, we have a separate ISPC build, which is based on LLVM trunk (3.7). This build is less stable and has several known issues. Nevertheless, if you are interested in AVX512 support for diff --git a/doxygen.cfg b/doxygen.cfg index b5135439..ffd58d1e 100644 --- a/doxygen.cfg +++ b/doxygen.cfg @@ -31,7 +31,7 @@ PROJECT_NAME = "Intel SPMD Program Compiler" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.8.2 +PROJECT_NUMBER = 1.8.3dev # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/ispc.h b/ispc.h index f8a6dd78..584c0242 100644 --- a/ispc.h +++ b/ispc.h @@ -38,7 +38,7 @@ #ifndef ISPC_H #define ISPC_H -#define ISPC_VERSION "1.8.2" +#define ISPC_VERSION "1.8.3dev" #if !defined(LLVM_3_2) && !defined(LLVM_3_3) && !defined(LLVM_3_4) && !defined(LLVM_3_5) && !defined(LLVM_3_6) && !defined(LLVM_3_7) #error "Only LLVM 3.2, 3.3, 3.4, 3.5, 3.6 and 3.7 development branch are supported"