Index: include/core/SkPostConfig.h |
diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h |
index 02b8b8b30541a7ce72cefcfa38bbb8f7dfbc2e74..b994c05cef20eff578b1e0ee22078de9e5e97127 100644 |
--- a/include/core/SkPostConfig.h |
+++ b/include/core/SkPostConfig.h |
@@ -296,7 +296,7 @@ |
# endif |
#endif |
-#if defined(SK_BUILD_FOR_WIN) |
+#if defined(SK_BUILD_FOR_WIN) && SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSE2 |
#define SK_VECTORCALL __vectorcall |
#elif defined(SK_CPU_ARM32) |
#define SK_VECTORCALL __attribute__((pcs("aapcs-vfp"))) |