From c9553f7382eee581134dc23435445c51db3fd5c8 Mon Sep 17 00:00:00 2001 From: gnzlbg Date: Mon, 22 Apr 2019 09:07:25 +0200 Subject: [PATCH] Breaking update of stdsimd This commit updates stdsimd and contains two breaking changes: * https://github.com/rust-lang-nursery/stdsimd/pull/733 * https://github.com/rust-lang-nursery/stdsimd/pull/586 We already did a crater run of 586 but we should do another one here. --- src/stdsimd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stdsimd b/src/stdsimd index 45f8450916f..4bf456c35e8 160000 --- a/src/stdsimd +++ b/src/stdsimd @@ -1 +1 @@ -Subproject commit 45f8450916f85149ed3b1df8188b2441601a2c8a +Subproject commit 4bf456c35e85fcca5cf95008401af8ab25abf850 -- GitLab