From d6c02e72d6e22d6cabee11abf26d95aafdb65d48 Mon Sep 17 00:00:00 2001 From: Peter Boyle Date: Sat, 18 Apr 2015 12:40:55 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74c03a33..80714d76 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ MPI, OpenMP, and SIMD parallelism are present in the library. You can give `configure' initial values for configuration parameters by setting variables in the command line or in the environment. Here -is are examples: +are examples: ./configure CXX=clang++ CXXFLAGS="-std=c++11 -O3 -mavx" --enable-simd=AVX1