Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: src/opts/SkBlitRow_opts_SSE4.h

Issue 337093004: Revert of Re-enable SSE4. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/opts/SkBlitRow_opts_SSE4.h
diff --git a/src/opts/SkBlitRow_opts_SSE4.h b/src/opts/SkBlitRow_opts_SSE4.h
index 6c6276eae0efa46cec4f80ed13f6876f817d18a5..b6ab140e0a6b982fbf8cd3015e9cff785f82839b 100644
--- a/src/opts/SkBlitRow_opts_SSE4.h
+++ b/src/opts/SkBlitRow_opts_SSE4.h
@@ -18,7 +18,9 @@
const SkPMColor* SK_RESTRICT src,
int count, U8CPU alpha);
-#define SK_ATT_ASM_SUPPORTED
+// Temporarily disabled. Chrome canary bot fails to link chrome with error:
+// lib/libskia.so: error: undefined reference to 'S32A_Opaque_BlitRow32_SSE4_asm'
+//#define SK_ATT_ASM_SUPPORTED
#endif
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698