changed notation form taskIndex1,2,3 -> taskIndex0,1,2
This commit is contained in:
2
func.h
2
func.h
@@ -61,9 +61,9 @@ private:
|
||||
Symbol *maskSymbol;
|
||||
Symbol *threadIndexSym, *threadCountSym;
|
||||
Symbol *taskIndexSym, *taskCountSym;
|
||||
Symbol *taskIndexSym0, *taskCountSym0;
|
||||
Symbol *taskIndexSym1, *taskCountSym1;
|
||||
Symbol *taskIndexSym2, *taskCountSym2;
|
||||
Symbol *taskIndexSym3, *taskCountSym3;
|
||||
};
|
||||
|
||||
#endif // ISPC_FUNC_H
|
||||
|
||||
Reference in New Issue
Block a user