Disable suspect NEON function for 64-bit Android
R=halcanary@google.com, mtklein@google.com, kevin.petit@arm.com Author: djsollen@google.com Review URL: https://codereview.chromium.org/451633006
This commit is contained in:
parent
c3cbc1dc0e
commit
9f2ed6d4d8
@ -1643,7 +1643,11 @@ const SkBlitRow::Proc sk_blitrow_platform_565_procs_arm_neon[] = {
|
||||
// no dither
|
||||
S32_D565_Opaque_neon,
|
||||
S32_D565_Blend_neon,
|
||||
#ifdef SK_CPU_ARM32
|
||||
S32A_D565_Opaque_neon,
|
||||
#else
|
||||
NULL,
|
||||
#endif
|
||||
S32A_D565_Blend_neon,
|
||||
|
||||
// dither
|
||||
|
Loading…
Reference in New Issue
Block a user