aboutsummaryrefslogtreecommitdiff
path: root/include/libyuv/planar_functions.h
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2021-04-21 18:59:53 -0700
committerFrank Barchard <fbarchard@chromium.org>2021-04-22 19:32:32 +0000
commit5e05f26a2bcacc5d34ee5786e25efee2493003cc (patch)
tree39fe5cec7ee475d2501bb3250a7713cb604e4f24 /include/libyuv/planar_functions.h
parent8c8d907d29255ae0630f414e0e09ee9cca8f4bfc (diff)
downloadlibyuv-5e05f26a2bcacc5d34ee5786e25efee2493003cc.tar.gz
Switch win32 to row_gcc for clangcl.
Bug: libyuv:900, libyuv:848, b/178283356, b/185922513 Change-Id: I7697953753391c555a778198db36412c853fb29e Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/2844962 Reviewed-by: richard winterton <rrwinterton@gmail.com> Reviewed-by: Dale Curtis <dalecurtis@chromium.org>
Diffstat (limited to 'include/libyuv/planar_functions.h')
-rw-r--r--include/libyuv/planar_functions.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/libyuv/planar_functions.h b/include/libyuv/planar_functions.h
index 13437880..fdecdee3 100644
--- a/include/libyuv/planar_functions.h
+++ b/include/libyuv/planar_functions.h
@@ -23,9 +23,7 @@ extern "C" {
#endif
// TODO(fbarchard): Move cpu macros to row.h
-// TODO: Fix Win32 build
-// https://bugs.chromium.org/p/libyuv/issues/detail?id=900
-#if defined(__pnacl__) || defined(__CLR_VER) || defined(_M_IX86) || \
+#if defined(__pnacl__) || defined(__CLR_VER) || \
(defined(__native_client__) && defined(__x86_64__)) || \
(defined(__i386__) && !defined(__SSE__) && !defined(__clang__))
#define LIBYUV_DISABLE_X86