Update ISPC_MINOR_VERSION to 2
(This should have been done with the 1.2.0 release!)
This commit is contained in:
@@ -1334,7 +1334,7 @@ Module::execPreprocessor(const char* infilename, llvm::raw_string_ostream* ostre
|
||||
opts.addMacroDef("ISPC_POINTER_SIZE=64");
|
||||
|
||||
opts.addMacroDef("ISPC_MAJOR_VERSION=1");
|
||||
opts.addMacroDef("ISPC_MINOR_VERSION=1");
|
||||
opts.addMacroDef("ISPC_MINOR_VERSION=2");
|
||||
|
||||
if (g->includeStdlib) {
|
||||
if (g->opt.disableAsserts)
|
||||
|
||||
Reference in New Issue
Block a user