Remove redundant "slm".
This commit is contained in:
2
ispc.cpp
2
ispc.cpp
@@ -149,7 +149,7 @@ static const char *supportedCPUs[] = {
|
|||||||
#endif
|
#endif
|
||||||
"atom", "penryn", "core2", "corei7", "corei7-avx"
|
"atom", "penryn", "core2", "corei7", "corei7-avx"
|
||||||
#if !defined(LLVM_3_1)
|
#if !defined(LLVM_3_1)
|
||||||
, "core-avx-i", "core-avx2", "slm"
|
, "core-avx-i", "core-avx2"
|
||||||
#endif // LLVM 3.2+
|
#endif // LLVM 3.2+
|
||||||
#if !defined(LLVM_3_1) && !defined(LLVM_3_2) && !defined(LLVM_3_3)
|
#if !defined(LLVM_3_1) && !defined(LLVM_3_2) && !defined(LLVM_3_3)
|
||||||
, "slm"
|
, "slm"
|
||||||
|
|||||||
Reference in New Issue
Block a user