From 1afb5374d01682135be11ca12c0b44a57a8e98f6 Mon Sep 17 00:00:00 2001 From: Hans Kratz Date: Tue, 21 Sep 2021 11:24:08 +0200 Subject: [PATCH] Update stdarch submodule This mainly fixes the critical issue of aarch64 store intrinsics overwriting additional memory, see https://github.com/rust-lang/stdarch/issues/1220 Other changes: * aarch64/armv7: additional vld1/vst1 intrinsics + perf fixes for existing ones * armv7: Make FMA work with vfpv4 * Non-visible changes to the testing framework --- library/stdarch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/stdarch b/library/stdarch index 89b0e355bc3..5fdbc476afc 160000 --- a/library/stdarch +++ b/library/stdarch @@ -1 +1 @@ -Subproject commit 89b0e355bc3cff5cddec2290c84f36eb3a026aad +Subproject commit 5fdbc476afc81a789806697fc4a2d9d19b8c9993 -- 2.44.0