moved PtxString to Globals

This commit is contained in:
Evghenii
2013-10-30 21:05:22 +01:00
parent f9ec1a0097
commit 8db3d25844
2 changed files with 5 additions and 4 deletions

1
ispc.h
View File

@@ -576,6 +576,7 @@ struct Globals {
/** Indicates that alignment in memory allocation routines should be
forced to have given value. -1 value means natural alignment for the platforms. */
int forceAlignment;
std::string PtxString;
};
enum {