unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob f3c068d5ea2abd43ddb1af72c695284e71cd0b1b 1046 bytes (raw)
name: gnu/packages/patches/rust-1.27-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
26
27
28
29
30
31
 
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 9cf63d14..27c91d8b 100644
--- a/src/stdsimd/coresimd/mod.rs
+++ b/src/stdsimd/coresimd/mod.rs
@@ -121,18 +121,22 @@ 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 = "aarch64", dox))]
+#[doc(cfg(target_arch = "aarch64"))]
 mod aarch64;
 #[cfg(any(target_arch = "arm", target_arch = "aarch64", dox))]
+#[doc(cfg(any(target_arch = "arm", target_arch = "aarch64")))]
 mod arm;
 #[cfg(target_arch = "wasm32")]
 mod wasm32;

-#[cfg(any(target_arch = "mips", target_arch = "mips64", dox))]
+#[doc(cfg(any(target_arch = "mips", target_arch = "mips64")))]
 mod mips;

 mod nvptx;

debug log:

solving 0f67c3bee6 ...
found 0f67c3bee6 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.27-fix-simd-doctest-non-x86.patch b/gnu/packages/patches/rust-1.27-fix-simd-doctest-non-x86.patch
new file mode 100644
index 0000000000..0f67c3bee6

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

index at:
100644 f3c068d5ea2abd43ddb1af72c695284e71cd0b1b	gnu/packages/patches/rust-1.27-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).