Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 674824 Details for
Bug 756544
mail-client/thunderbird-78.5.0 fails to compile with dev-lang/rust-1.48.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
02-mmx-removed-from-rust-cranes-packed_simd-778c0706f356118c7a5dd11c06725fc6c6b84621.patch
02-mmx-removed-from-rust-cranes-packed_simd-778c0706f356118c7a5dd11c06725fc6c6b84621.patch (text/plain), 1.81 KB, created by
Attila Tóth
on 2020-11-25 09:23:04 UTC
(
hide
)
Description:
02-mmx-removed-from-rust-cranes-packed_simd-778c0706f356118c7a5dd11c06725fc6c6b84621.patch
Filename:
MIME Type:
Creator:
Attila Tóth
Created:
2020-11-25 09:23:04 UTC
Size:
1.81 KB
patch
obsolete
>From 778c0706f356118c7a5dd11c06725fc6c6b84621 Mon Sep 17 00:00:00 2001 >From: Justus K <justus.k@protonmail.com> >Date: Tue, 22 Sep 2020 15:27:53 +0200 >Subject: [PATCH] Replace `_mm_movemask_pi8` with the fallback_impl > >This has to be done, because `_mm_movemask_pi8` got removed >from stdarch in https://github.com/rust-lang/stdarch/pull/890 >--- > thunderbird-78.5.0/third_party/rust/packed_simd/src/codegen/reductions/mask/x86.rs | 8 +------- > thunderbird-78.5.0/third_party/rust/packed_simd/src/lib.rs | 1 - > 2 files changed, 1 insertion(+), 8 deletions(-) > >diff --git thunderbird-78.5.0-orig/third_party/rust/packed_simd/src/codegen/reductions/mask/x86.rs thunderbird-78.5.0-dwok/third_party/rust/packed_simd/src/codegen/reductions/mask/x86.rs >index 2ae4ed81..bcfb1a6e 100644 >--- thunderbird-78.5.0-orig/third_party/rust/packed_simd/src/codegen/reductions/mask/x86.rs >+++ thunderbird-78.5.0-dwok/third_party/rust/packed_simd/src/codegen/reductions/mask/x86.rs >@@ -19,13 +19,7 @@ mod avx2; > /// x86 64-bit m8x8 implementation > macro_rules! x86_m8x8_impl { > ($id:ident) => { >- cfg_if! { >- if #[cfg(all(target_arch = "x86_64", target_feature = "sse"))] { >- x86_m8x8_sse_impl!($id); >- } else { >- fallback_impl!($id); >- } >- } >+ fallback_impl!($id); > }; > } > >diff --git thunderbird-78.5.0-orig/third_party/rust/packed_simd/src/lib.rs thunderbird-78.5.0-dwok/third_party/rust/packed_simd/src/lib.rs >index c3da0d3c..cbd438c0 100644 >--- thunderbird-78.5.0-orig/third_party/rust/packed_simd/src/lib.rs >+++ thunderbird-78.5.0-dwok/third_party/rust/packed_simd/src/lib.rs >@@ -210,7 +210,6 @@ > core_intrinsics, > stmt_expr_attributes, > align_offset, >- mmx_target_feature, > crate_visibility_modifier, > custom_inner_attributes > )]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 756544
:
674821
| 674824 |
674827
|
674830
|
674833