From be89963884b79a0976c02048a2d6f370ba496e2a Mon Sep 17 00:00:00 2001 From: Logan007 Date: Wed, 24 Jun 2020 16:17:25 +0545 Subject: [PATCH] updated README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e25d12a..522da3e 100644 --- a/README.md +++ b/README.md @@ -73,12 +73,14 @@ On linux, compilation from source is straight forward: ./configure make -Parts of the code – especially Speck cipher and the header encryption – speedwise benefit from compiler optimizations and platform features such as NEON, SSE and AVX. To enable, use `./configure CFLAGS="-O3 -march=native"` instead. - # optionally install make install ``` +Parts of the code – especially Speck cipher and the header encryption – speedwise benefit +from compiler optimizations and platform features such as NEON, SSE and AVX. To enable, +use `./configure CFLAGS="-O3 -march=native"` for configuration instead. + For Windows, check out [Windows.md](doc/Windows.md) for compilation and run instuctions. For MacOS, check out [macOS.md](doc/macOS.md).