Bump ISPC_MINOR_VERSION to 3

This commit is contained in:
Matt Pharr
2012-06-28 16:15:46 -07:00
parent b69d783e09
commit 27d6c12972

View File

@@ -1755,7 +1755,7 @@ Module::execPreprocessor(const char* infilename, llvm::raw_string_ostream* ostre
opts.addMacroDef("ISPC_TARGET_HAS_TRANSCENDENTALS"); opts.addMacroDef("ISPC_TARGET_HAS_TRANSCENDENTALS");
opts.addMacroDef("ISPC_MAJOR_VERSION=1"); opts.addMacroDef("ISPC_MAJOR_VERSION=1");
opts.addMacroDef("ISPC_MINOR_VERSION=2"); opts.addMacroDef("ISPC_MINOR_VERSION=3");
if (g->includeStdlib) { if (g->includeStdlib) {
if (g->opt.disableAsserts) if (g->opt.disableAsserts)