ws: update simd-json to v0.12

This commit is contained in:
Joakim Frostegård 2023-10-18 23:24:53 +02:00
parent c2f7b6ed92
commit 3835da22ac
5 changed files with 12 additions and 9 deletions

View file

@ -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