mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
ws: update simd-json to v0.12
This commit is contained in:
parent
c2f7b6ed92
commit
3835da22ac
5 changed files with 12 additions and 9 deletions
|
|
@ -42,11 +42,10 @@ Known users:
|
|||
- Build the implementations that you are interested in:
|
||||
|
||||
```sh
|
||||
# Tell Rust to enable support for all SIMD extensions present on current CPU
|
||||
# except for those relating to AVX-512. SIMD is required for aquatic_ws and
|
||||
# recommended for the other implementations. If you run a processor that
|
||||
# doesn't clock down when using AVX-512, you can enable those instructions
|
||||
# too.
|
||||
# Recommended: tell Rust to enable support for all SIMD extensions present on
|
||||
# current CPU except for those relating to AVX-512. (If you run a processor
|
||||
# that doesn't clock down when using AVX-512, you can enable those instructions
|
||||
# too.)
|
||||
. ./scripts/env-native-cpu-without-avx-512
|
||||
|
||||
cargo build --release -p aquatic_udp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue