Don't issue a slew of warnings if a bogus cpu type is specified.
Issue #221.
This commit is contained in:
2
ispc.h
2
ispc.h
@@ -164,7 +164,7 @@ struct Target {
|
||||
|
||||
/** Returns a comma-delimited string giving the names of the currently
|
||||
supported target CPUs. */
|
||||
static const char *SupportedTargetCPUs();
|
||||
static std::string SupportedTargetCPUs();
|
||||
|
||||
/** Returns a comma-delimited string giving the names of the currently
|
||||
supported target architectures. */
|
||||
|
||||
Reference in New Issue
Block a user