aboutsummaryrefslogtreecommitdiff
path: root/files/source/scale_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'files/source/scale_win.cc')
-rw-r--r--files/source/scale_win.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/files/source/scale_win.cc b/files/source/scale_win.cc
index c5fc86f3..ea1f95c6 100644
--- a/files/source/scale_win.cc
+++ b/files/source/scale_win.cc
@@ -16,8 +16,9 @@ namespace libyuv {
extern "C" {
#endif
-// This module is for 32 bit Visual C x86 and clangcl
-#if !defined(LIBYUV_DISABLE_X86) && defined(_M_IX86) && defined(_MSC_VER)
+// This module is for 32 bit Visual C x86
+#if !defined(LIBYUV_DISABLE_X86) && defined(_MSC_VER) && \
+ !defined(__clang__) && defined(_M_IX86)
// Offsets for source bytes 0 to 9
static const uvec8 kShuf0 = {0, 1, 3, 4, 5, 7, 8, 9,