Reason for revert:
Mac Chrome builders still failing.

Original issue's description:
> Re-enable SSE4.
>
> I will roll this into Chrome with https://codereview.chromium.org/332393003.
>
> BUG=skia:
>
> Committed: https://skia.googlesource.com/skia/+/a75b0fadbdec4214afec6dd727fd224d34ed164f

R=reed@google.com, mtklein@chromium.org
TBR=mtklein@chromium.org, reed@google.com
NOTREECHECKS=true
NOTRY=true
BUG=skia:

Author: mtklein@google.com

Review URL: https://codereview.chromium.org/337093004
This commit is contained in:
mtklein 2014-06-30 10:18:25 -07:00 committed by Commit bot
parent f957254b15
commit 261fa58d24

View File

@ -18,7 +18,9 @@ extern "C" void S32A_Opaque_BlitRow32_SSE4_asm(SkPMColor* SK_RESTRICT dst,
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