Hi, I’m trying to build firedragon but the build fails with this output:
2:49.61 error[E0635]: unknown feature `stdsimd`
2:49.61 --> /home/jjpb/.cache/paru/clone/firedragon/src/Floorp-11.9.0/third_party/rust/packed_simd/src/lib.rs:219:5
2:49.61 |
2:49.61 219 | stdsimd,
2:49.61 | ^^^^^^^
2:57.39 error[E0635]: unknown feature `stdsimd`
Do I need to install an additional library or is it related with the rust toolchain?
I’m using by default the nightly toolchain btw.