diff options
author | mtklein <mtklein@chromium.org> | 2014-06-30 08:13:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-06-30 08:13:53 -0700 |
commit | a75b0fadbdec4214afec6dd727fd224d34ed164f (patch) | |
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
-rw-r--r-- | src/opts/SkBlitRow_opts_SSE4.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/opts/SkBlitRow_opts_SSE4.h b/src/opts/SkBlitRow_opts_SSE4.h index b6ab140e0a..6c6276eae0 100644 --- a/src/opts/SkBlitRow_opts_SSE4.h +++ b/src/opts/SkBlitRow_opts_SSE4.h @@ -18,9 +18,7 @@ extern "C" void S32A_Opaque_BlitRow32_SSE4_asm(SkPMColor* SK_RESTRICT dst, 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 |