Comment 5 for bug 1799955

Revision history for this message
toby schneider (tes) wrote :

--- random-amd64 2018-10-30 16:08:18.195414933 +0000
+++ random-armhf 2018-10-30 16:08:58.225789786 +0000
@@ -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
  uint32_t _M_state32[_M_nstate32];
  result_type _M_stateT[state_size];
       } __attribute__ ((__aligned__ (16)));