You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A-docsArea: documentation for any part of the project, including the compiler, standard library, and toolsA-SIMDArea: SIMD (Single Instruction Multiple Data)C-bugCategory: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
It is likely just a copy-and-paste error. We just need to fix the doc test on the rust-lang-nursery/stdsimd repository and update the submodule here.
kennytm
added
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
A-SIMD
Area: SIMD (Single Instruction Multiple Data)
C-bug
Category: This is a bug.
labels
Jun 21, 2018
FYI, you need LLVM 6.0 for cfg(target_feature) to work, else it will always appear disabled.
(See #49428, and before that it only worked with the bundled LLVM.)
A-docsArea: documentation for any part of the project, including the compiler, standard library, and toolsA-SIMDArea: SIMD (Single Instruction Multiple Data)C-bugCategory: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
I trying to build rust 1.26.2 package using 1.25.0 rust for GuixSD distro and I got next error on test stage:
I build rust with gcc v5.5.0 as c and c++ compiler, with glibc 2.27, and with external llvm-3.9.1.
My system:
The text was updated successfully, but these errors were encountered: