From fde09cf727140a7c717f6f21ee4d2d5d17ccc4eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Tue, 10 Jan 2023 15:21:06 +0100 Subject: [PATCH] Update README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2e867d6..b4efcb3 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,11 @@ Known users: - Build the implementations that you are interested in: ```sh -# Tell Rust to enable support for all CPU extensions present on current CPU -# except for those relating to AVX-512. This is necessary for aquatic_ws and -# recommended for the other implementations. +# 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. . ./scripts/env-native-cpu-without-avx-512 cargo build --release -p aquatic_udp @@ -263,7 +265,7 @@ To fairly compare HTTP performance to opentracker, set `keep_alive` to false in ## Copyright and license -Copyright (c) 2020-2022 Joakim FrostegÄrd +Copyright (c) 2020-2023 Joakim FrostegÄrd Distributed under Apache 2.0 license (details in `LICENSE` file.)