Closed
Description
error[E0635]: unknown feature `stdsimd`
--> /pathfinder_simd-0.5.2/src/lib.rs:12:49
|
12 | #![cfg_attr(pf_rustc_nightly, feature(simd_ffi, stdsimd))]
| ^^^^^^^
This is similar to the error in the ahash
crate: tkaitchuck/aHash#200
Activity
jayvdb commentedon Feb 8, 2024
The commit removing stdsimd is rust-lang/rust@ea37e80
Relevant tracking issues? rust-lang/rust#27731 and rust-lang/rust#48556
jayvdb commentedon Feb 8, 2024
#548 fixes this
pathfinder_simd
servo/font-kit#233feat(rust): switch to stable toolchain for now
DraftedDev commentedon Feb 14, 2024
I still get the error when trying to compile
pathfinder_geometry
with thepf-text
feature.jayvdb commentedon Feb 14, 2024
https://github.com/servo/pathfinder/blob/main/geometry/Cargo.toml does not have a
pf-text
feature.Could you provide a lot of the build failure that you are seeing?
DraftedDev commentedon Feb 14, 2024
Sorry, I meant pathfinder_canvas.
But using the patches described in #313 helps.
(though I still get an ugly linker error)
jayvdb commentedon Feb 14, 2024
hmm That feature compiled file for me on stable and nightly, when building on
main
DraftedDev commentedon Feb 14, 2024
I should probably re-open #313 again.
But thanks anyways :D
attila-lin commentedon Feb 22, 2024
Will we have a new release?
DraftedDev commentedon Feb 22, 2024
I think that's for another issue, but it doesn't look like the next release is coming soon.
This project is being SLOWLY developed and if we are lucky, there may be a commit within the next week.
avhz commentedon Feb 25, 2024
This issue seems to be preventing my docs from being built on docs.rs after a publish.
avhz commentedon Mar 4, 2024
Any updates on this ?
avhz commentedon Mar 15, 2024
Bumping.
If the fix is pushed, can a bug fix release be pushed to crates.io ?
aujxn commentedon Apr 4, 2024
This is also causing my builds to fail and is deep into my dependency graphs. If I switch from nightly to stable it fixes it but I need nightly features
atouchet commentedon Apr 12, 2024
A new version of pathfinder_simd was published. This should be fixed now.