Skip to content

1.26.0 - stdsimd/coresimd/x86/mod.rs test failures on non-x86 architectures #50988

Closed
rust-lang/stdarch
#466
@infinity0

Description

@infinity0

Same failures on Debian and Fedora

test ../stdsimd/coresimd/x86/mod.rs - coresimd::x86::__m256d (line 32) ... FAILED
test ../stdsimd/coresimd/x86/mod.rs - coresimd::x86::__m128 (line 32) ... FAILED
test ../stdsimd/coresimd/x86/mod.rs - coresimd::x86::__m64 (line 39) ... FAILED
test ../stdsimd/coresimd/x86/mod.rs - coresimd::x86::__m256i (line 36) ... FAILED
test ../stdsimd/coresimd/x86/mod.rs - coresimd::x86::__m128i (line 39) ... FAILED
test ../stdsimd/coresimd/x86/mod.rs - coresimd::x86::__m128d (line 32) ... FAILED
test ../stdsimd/coresimd/x86/mod.rs - coresimd::x86::__m256 (line 32) ... FAILED

Current master has diffs on top of 1.26.0 looking like this:

     /// ```
-    /// # #![feature(cfg_target_feature, target_feature, stdsimd)]
+    /// # #![cfg_attr(not(dox), feature(stdsimd))]
     /// # #![cfg_attr(not(dox), no_std)]

but on a first glance this doesn't look like it would fix the failures.

cc @cuviper

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-SIMDArea: SIMD (Single Instruction Multiple Data)A-testsuiteArea: The testsuite used to check the correctness of rustcC-cleanupCategory: PRs that clean code up or issues documenting cleanup.T-libsRelevant to the library team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions