reference performance number from haswell
authorMathis Rosenhauer <rosenhauer@dkrz.de>
Wed, 19 Feb 2014 08:59:23 +0000 (09:59 +0100)
committerMathis Rosenhauer <rosenhauer@dkrz.de>
Wed, 19 Feb 2014 09:00:11 +0000 (10:00 +0100)
INSTALL

diff --git a/INSTALL b/INSTALL
index dd292c7..6d4d57b 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -15,9 +15,13 @@ Intel compiler settings
 =======================
 
 The Intel compiler can improve performance by vectorizing certain
-parts of the code on x86 architectures.
+parts of the code on x86 architectures. Assuming your CPU supports
+AVX2, the following options will increase encoding speed.
 
   ./configure CC=icc
-  make CFLAGS="-O3 -xCORE-AVX2"
+  make CFLAGS="-O3 -xCORE-AVX2" bench
 
-This assumes that you have a CPU which supports AVX2.
+On a 3.4 GHz E3-1240 v3 we see more than 400 MiB/s for encoding
+typical data.
+
+Using other SIMD instruction sets on older CPUs may also help.