Fix missing ;s from 66d4c2ddd9
This commit is contained in:
@@ -2147,9 +2147,9 @@ bool CWriter::doInitialization(llvm::Module &M) {
|
|||||||
Out << "#endif\n\n";
|
Out << "#endif\n\n";
|
||||||
|
|
||||||
if (g->opt.fastMath) {
|
if (g->opt.fastMath) {
|
||||||
Out << "#define ISPC_FAST_MATH 1\n"
|
Out << "#define ISPC_FAST_MATH 1\n";
|
||||||
} else {
|
} else {
|
||||||
Out << "#undef ISPC_FAST_MATH\n"
|
Out << "#undef ISPC_FAST_MATH\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
Out << "#include \"" << includeName << "\"\n";
|
Out << "#include \"" << includeName << "\"\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user