aboutsummaryrefslogtreecommitdiff
path: root/files/source/rotate_win.cc
diff options
context:
space:
mode:
Diffstat (limited to 'files/source/rotate_win.cc')
-rw-r--r--files/source/rotate_win.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/files/source/rotate_win.cc b/files/source/rotate_win.cc
index e887dd52..a78873f8 100644
--- a/files/source/rotate_win.cc
+++ b/files/source/rotate_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)
__declspec(naked) void TransposeWx8_SSSE3(const uint8_t* src,
int src_stride,