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