shadowsocks / crypto2

The fastest cryptographic library in the galaxy
MIT License
350 stars 39 forks source link

Incompatibility issue after Rustc upgrade #33

Closed jing-951 closed 3 months ago

jing-951 commented 4 months ago

Boss, after the Rustc upgrade (Rustc 1.81.0 slightly (d8a38b000 2024-06-19)), there are two features that cannot be used: stdsimd and llvm-asm

zonyitoo commented 4 months ago

Are they stablized in 1.81.0? Or just removed?

jing-951 commented 3 months ago

Are they stablized in 1.81.0? Or just removed?

Yes, he was removed

zonyitoo commented 3 months ago

Couldn't reproduce with rustc 1.81.0-nightly (bcf94dec5 2024-06-23).