Closed
Description
I'm using stdsimd as an optional dependency for curve25519-dalek
. Works fine on Intel, but I seem to be having issues compiling for Android.
Compiling stdsimd v0.0.4
error[E0432]: unresolved import `coresimd::__unstable_detect_feature`
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/stdsimd-0.0.4/src/lib.rs:133:9
|
133 | pub use coresimd::__unstable_detect_feature;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `__unstable_detect_feature` in the root
error: aborting due to previous error
I wasn't sure whether this was a known issue, so I'm dropping it off here... I've seen the issue about the missing CI, but no open issues on Android support.
Easy reproducer:
cargo build --features=yolocrypto
on https://github.com/dalek-cryptography/curve25519-dalek.git , I'm doing this with Android API 18, NDK r16b.
Metadata
Metadata
Assignees
Labels
No labels