We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d61dc3 + 9e1f594 commit 1a7cc47Copy full SHA for 1a7cc47
crates/core_arch/src/s390x/mod.rs
@@ -2,6 +2,11 @@
2
3
pub(crate) mod macros;
4
5
+/// the float and vector registers overlap therefore we cannot use any vector
6
+/// extensions if softfloat is enabled.
7
+
8
+#[cfg(not(target_abi = "softfloat"))]
9
mod vector;
10
11
#[unstable(feature = "stdarch_s390x", issue = "130869")]
12
pub use self::vector::*;
0 commit comments