969f7f
diff -up firefox-61.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp.aarch64-skia firefox-61.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp
969f7f
--- firefox-61.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp.aarch64-skia	2018-06-20 09:19:11.411939714 +0200
969f7f
+++ firefox-61.0/gfx/skia/skia/src/jumper/SkJumper_stages.cpp	2018-06-20 09:23:36.831919894 +0200
969f7f
@@ -686,7 +686,7 @@ SI F from_half(U16 h) {
969f7f
 }
969f7f
 
969f7f
 SI U16 to_half(F f) {
969f7f
-#if defined(JUMPER_IS_NEON) && defined(__aarch64__) && !defined(SK_BUILD_FOR_GOOGLE3)  // Temporary workaround for some Google3 builds.
969f7f
+#if 0 && defined(__aarch64__) && !defined(SK_BUILD_FOR_GOOGLE3)  // Temporary workaround for some Google3 builds.
969f7f
     return vcvt_f16_f32(f);
969f7f
 
969f7f
 #elif defined(JUMPER_IS_HSW) || defined(JUMPER_IS_AVX512)