fix for cpuFromIsa
This commit is contained in:
2
ispc.cpp
2
ispc.cpp
@@ -274,7 +274,7 @@ Target::Target(const char *arch, const char *cpu, const char *isa, bool pic) :
|
|||||||
this->m_arch = arch;
|
this->m_arch = arch;
|
||||||
}
|
}
|
||||||
|
|
||||||
const char * cpuFromIsa;
|
const char * cpuFromIsa = "";
|
||||||
|
|
||||||
// Check default LLVM generated targets
|
// Check default LLVM generated targets
|
||||||
if (!strcasecmp(isa, "sse2") ||
|
if (!strcasecmp(isa, "sse2") ||
|
||||||
|
|||||||
Reference in New Issue
Block a user