From 9c1659d91a331735f88c127aa236a59153e23dfc Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 4 Nov 2023 22:07:15 +0100 Subject: Reverted some Makefile changes, cleanup --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b95977e..616c066 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,30 @@ Work in progress. There is some documentation at the bottom of this page, but do not believe it. Everything is in a state of flux and can change without notice. -## Running tests +## Building and running tests + +First run + +``` +$ ./configure.sh +``` + +or `TYPE=AVX2 ./configure.sh` if you want to use AVX2 instructions. + +Then ``` -$ ./configure.sh # Run 'TYPE=AVX2 ./configure.sh' to use AVX2 instead $ make test ``` +to run the tests. You can also run + +``` +$ make benchmark +``` + +for benchmarks. + ## TODO: ### Cleanup / refactor -- cgit v1.3