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
This commit is contained in:
mtklein 2014-06-30 08:13:53 -07:00 committed by Commit bot
parent 4dc94d9dfc
commit a75b0fadbd

View File

@ -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