-
Notifications
You must be signed in to change notification settings - Fork 985
Closed
Labels
C-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICECategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICE
Milestone
Description
Line 54 in 4609252
| bytecount = { version = "0.3", features = ["simd-accel"] } |
This was added in #3096, but bytecount/simd-accel -> simd only works on x86, x86_64, aarch64, and arm with neon. As a result, all other architectures are missing rustfmt and rls in the current rust beta.
I believe in 0.4, bytecount/generic-simd should work everywhere, per llogiq/bytecount#44.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-bugCategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICECategory: this is a bug; use also I-* labels for specific bug kinds, e.g. I-non-idempotency or I-ICE