commit | a75b0fadbdec4214afec6dd727fd224d34ed164f | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Mon Jun 30 08:13:53 2014 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jun 30 08:13:53 2014 -0700 |
tree | fea3a44e5fe376549ac6805ea0ee983ba3b5cd25 | |
parent | 4dc94d9dfc62ea22649952fbaa1fdb95bab61d7a [diff] |
Re-enable SSE4. I will roll this into Chrome with https://codereview.chromium.org/332393003. BUG=skia: R=reed@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/357593003
diff --git a/src/opts/SkBlitRow_opts_SSE4.h b/src/opts/SkBlitRow_opts_SSE4.h index b6ab140e..6c6276e 100644 --- a/src/opts/SkBlitRow_opts_SSE4.h +++ b/src/opts/SkBlitRow_opts_SSE4.h
@@ -18,9 +18,7 @@ const SkPMColor* SK_RESTRICT src, int count, U8CPU alpha); -// 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 +#define SK_ATT_ASM_SUPPORTED #endif #endif