ea29f4
diff -up thunderbird-68.1.1/gfx/skia/skia/include/private/SkNx.h.1353817 thunderbird-68.1.1/gfx/skia/skia/include/private/SkNx.h
ea29f4
--- thunderbird-68.1.1/gfx/skia/skia/include/private/SkNx.h.1353817	2019-10-10 10:41:44.488904790 +0200
ea29f4
+++ thunderbird-68.1.1/gfx/skia/skia/include/private/SkNx.h	2019-10-10 10:42:24.553039632 +0200
ea29f4
@@ -416,7 +416,7 @@ typedef SkNx<8, uint32_t> Sk8u;
ae11a9
 // Include platform specific specializations if available.
ae11a9
 #if !defined(SKNX_NO_SIMD) && SK_CPU_SSE_LEVEL >= SK_CPU_SSE_LEVEL_SSE2
ea29f4
     #include "SkNx_sse.h"
ae11a9
-#elif !defined(SKNX_NO_SIMD) && defined(SK_ARM_HAS_NEON)
ae11a9
+#elif !defined(SKNX_NO_SIMD) && (defined(SK_ARM_HAS_NEON) || defined(SK_CPU_ARM64))
ea29f4
     #include "SkNx_neon.h"
ae11a9
 #else
ae11a9