From bd0ff564e8aadc7a90b35131e661e0a0de25a9ea Mon Sep 17 00:00:00 2001 From: borg323 <39573933+borg323@users.noreply.github.com> Date: Thu, 1 Apr 2021 11:57:45 +0300 Subject: [PATCH] fix spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1f9ee8b8a..e32330b298 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LcFiSh -LcFiSh is a UCI-compliant chess engine designed to play chess via neural network utilising NNUE technology, built by combining lc0 and [cfish](https://github.com/syzygy1/Cfish). All lc0 modes are avaialble, e.g. the regular backends are avaialbe with `lc0 uci` but the default is to use an NNUE net. +LcFiSh is a UCI-compliant chess engine designed to play chess via neural network utilising NNUE technology, built by combining lc0 and [cfish](https://github.com/syzygy1/Cfish). All lc0 modes are available, e.g. the regular backends are availabe with `lc0 uci` but the default is to use an NNUE net. As the NNUE code greatly benefits from the latest processor features the `arch` build option was added to specify the processor architecture, as in the following example: `CXX=g++-9 CC=gcc-9 ./build.sh -Darch=x86-64-avx512-vnni`