remove several redundant #if - clauses
This commit is contained in:
@@ -61,4 +61,8 @@
|
||||
|
||||
#define ISPC_LLVM_VERSION_STRING __ispc__xstr(LLVM_VERSION_MAJOR) "." __ispc__xstr(LLVM_VERSION_MINOR)
|
||||
|
||||
#if ISPC_LLVM_VERSION < OLDEST_SUPPORTED_LLVM || ISPC_LLVM_VERSION > LATEST_SUPPORTED_LLVM
|
||||
#error "Unhandled LLVM version"
|
||||
#endif
|
||||
|
||||
#endif // ISPC_VERSION_H
|
||||
|
||||
Reference in New Issue
Block a user