mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 12:50:09 +00:00
Bug 1342707 - Don't use Init_neon if runtime detection of neon is not enabled. r=lsalzman
--HG-- extra : rebase_source : 7f15d77c902a923d4dcc384c4fc10e877ce0bdf1
This commit is contained in:
parent
958e31da87
commit
318137c0da
@ -209,7 +209,7 @@ namespace SkOpts {
|
||||
#elif defined(SK_CPU_ARM64)
|
||||
if (SkCpu::Supports(SkCpu::CRC32)) { Init_crc32(); }
|
||||
|
||||
#elif defined(SK_CPU_ARM32) && !defined(SK_ARM_HAS_NEON)
|
||||
#elif defined(SK_CPU_ARM32) && !defined(SK_ARM_HAS_NEON) && defined(SK_ARM_HAS_OPTIONAL_NEON)
|
||||
if (SkCpu::Supports(SkCpu::NEON)) { Init_neon(); }
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user