We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54c06f commit 3480f1eCopy full SHA for 3480f1e
sw.cpp
@@ -59,7 +59,8 @@ void build(Solution &s)
59
"src/classify"_id,
60
"src/arch"_id;
61
62
- if (s.Settings.Native.CompilerType == CompilerType::MSVC)
+ if (s.Settings.Native.CompilerType == CompilerType::MSVC ||
63
+ s.Settings.Native.CompilerType == CompilerType::ClangCl)
64
{
65
libtesseract["src/arch/dotproductavx.cpp"].args.push_back("-arch:AVX");
66
libtesseract["src/arch/dotproductsse.cpp"].args.push_back("-D__SSE4_1__");
0 commit comments