--- random-amd642018-10-30 16:08:18.195414933 +
+++ random-armhf2018-10-30 16:08:58.225789786 +
@@ -184,6 +184,11 @@
#ifdef __SSE2__
__m128i _M_state[_M_nstate];
#endif
+#ifdef __ARM_NEON
+#ifdef __aarch64__
+ __Uint32x4_t _M_state[_M_nstate];
+#endif
+#endif
This bug fix causes a regression in Xenial when installing initramfs-
tools in QEMU, since the version of QEMU in Xenial does not support
syncfs():
/bin/sync: error syncing '/boot/initrd.img-4.14.44-v7ooicgsn': Function
not implemented
--
You received this bug notification because you are a memb