From 4b26b8b4309ffb3295db16815620d2ab751c61c7 Mon Sep 17 00:00:00 2001 From: Preston Gurd Date: Fri, 20 Sep 2013 16:44:01 -0400 Subject: [PATCH] Remove redundant "slm". --- ispc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ispc.cpp b/ispc.cpp index ea7bfcd7..bec7baf7 100644 --- a/ispc.cpp +++ b/ispc.cpp @@ -149,7 +149,7 @@ static const char *supportedCPUs[] = { #endif "atom", "penryn", "core2", "corei7", "corei7-avx" #if !defined(LLVM_3_1) - , "core-avx-i", "core-avx2", "slm" + , "core-avx-i", "core-avx2" #endif // LLVM 3.2+ #if !defined(LLVM_3_1) && !defined(LLVM_3_2) && !defined(LLVM_3_3) , "slm"