From 056a3326e48d96e14ca82aaeee4719d0502f0737 Mon Sep 17 00:00:00 2001 From: Darren Ldl Date: Sat, 15 Feb 2020 15:27:27 +1100 Subject: [PATCH 1/2] Added credit for AVX512 support --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f153c4..f69341c 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Contributions are welcome. Note that by submitting contributions, you agree to l #### Library overhaul and Galois 2^16 backend Many thanks to the following people for overhaul of the library and introduction of Galois 2^16 backend - - [drskalman](https://github.com/drskalman) + - [@drskalman](https://github.com/drskalman) - Jeff Burdges [burdges](https://github.com/burdges) @@ -124,6 +124,9 @@ Many thanks to Nazar Mokrynskyi [nazar-pc](https://github.com/nazar-pc) for subm He is the original author of the files stored in `wasm` folder. The files may have been modified by me later. +#### AVX512 support +Many thanks to @sakridge for adding support for AVX512 (see [PR #69](https://github.com/darrenldl/reed-solomon-erasure/pull/69)) + #### Testers Many thanks to the following people for testing and benchmarking on various platforms From c4485853a9f08cb1e221ecc420ac722459092177 Mon Sep 17 00:00:00 2001 From: Darren Ldl Date: Sat, 15 Feb 2020 15:28:42 +1100 Subject: [PATCH 2/2] Slight polish --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f69341c..258700b 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Many thanks to Nazar Mokrynskyi [nazar-pc](https://github.com/nazar-pc) for subm He is the original author of the files stored in `wasm` folder. The files may have been modified by me later. #### AVX512 support -Many thanks to @sakridge for adding support for AVX512 (see [PR #69](https://github.com/darrenldl/reed-solomon-erasure/pull/69)) +Many thanks to [@sakridge](https://github.com/sakridge) for adding support for AVX512 (see [PR #69](https://github.com/darrenldl/reed-solomon-erasure/pull/69)) #### Testers Many thanks to the following people for testing and benchmarking on various platforms