Index: include/core/SkPostConfig.h |
diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h |
index d23eddf2e6240b0ade1bbee02fbd697b503db3e2..387ea5b15479203e3f17ae2f124a0b3b399331d1 100644 |
--- a/include/core/SkPostConfig.h |
+++ b/include/core/SkPostConfig.h |
@@ -300,14 +300,6 @@ |
# endif |
#endif |
-#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"))) |
-#else |
- #define SK_VECTORCALL |
-#endif |
- |
////////////////////////////////////////////////////////////////////// |
#if SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSE1 |