unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 5f332d2998fd53197bed8fffa1577b940eb4f1f7 891 bytes (raw)
name: gnu/packages/patches/rust-1.26-fix-simd-doctest-non-x86.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
From: QuietMisdreavus <grey@quietmisdreavus.net>
Backported from https://github.com/rust-lang/stdarch/pull/466/commits/072a51187df3ed7bb9f1f200be65ecef33b88c76

diff --git a/src/stdsimd/coresimd/mod.rs b/src/stdsimd/coresimd/mod.rs
index c35eb418..939417ba 100644
--- a/src/stdsimd/coresimd/mod.rs
+++ b/src/stdsimd/coresimd/mod.rs
@@ -86,13 +86,17 @@ pub mod arch {
 mod simd_llvm;

 #[cfg(any(target_arch = "x86", target_arch = "x86_64", dox))]
+#[doc(cfg(any(target_arch = "x86", target_arch = "x86_64")))]
 mod x86;
 #[cfg(any(target_arch = "x86_64", dox))]
+#[doc(cfg(target_arch = "x86_64"))]
 mod x86_64;

 #[cfg(any(target_arch = "arm", target_arch = "aarch64", dox))]
+#[doc(cfg(any(target_arch = "arm", target_arch = "aarch64")))]
 mod arm;
 #[cfg(any(target_arch = "aarch64", dox))]
+#[doc(cfg(target_arch = "aarch64"))]
 mod aarch64;
 #[cfg(target_arch = "wasm32")]
 mod wasm32;

debug log:

solving 6d11fc9f12 ...
found 6d11fc9f12 in https://yhetil.org/guix-patches/87mu1d8vzo.fsf@gmx.com/

applying [1/1] https://yhetil.org/guix-patches/87mu1d8vzo.fsf@gmx.com/
diff --git a/gnu/packages/patches/rust-1.26-fix-simd-doctest-non-x86.patch b/gnu/packages/patches/rust-1.26-fix-simd-doctest-non-x86.patch
new file mode 100644
index 0000000000..6d11fc9f12

Checking patch gnu/packages/patches/rust-1.26-fix-simd-doctest-non-x86.patch...
Applied patch gnu/packages/patches/rust-1.26-fix-simd-doctest-non-x86.patch cleanly.

index at:
100644 5f332d2998fd53197bed8fffa1577b940eb4f1f7	gnu/packages/patches/rust-1.26-fix-simd-doctest-non-x86.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).