summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/0001-simd.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/0001-simd.patch b/patches/0001-simd.patch
index 9434ca0..dccf505 100644
--- a/patches/0001-simd.patch
+++ b/patches/0001-simd.patch
@@ -449,7 +449,7 @@ index 000000000000..48d77744aaf4
+ }
+#endif
+
-+ _mm_storeu_si128((__m128i *)dst, xmm_crc_part);
++ zmemcpy(dst, src, len); /* TODO: Possibly generate more efficient code. */
+ partial_fold(s, len, &xmm_crc0, &xmm_crc1, &xmm_crc2, &xmm_crc3,
+ &xmm_crc_part);
+done: