diff --git a/README.md b/README.md index 88b922a5..4af52d78 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ If you want to build all the tests at once just use `make tests`. - `--enable-mkl[=]`: use Intel MKL for FFT (and LAPACK if enabled) routines. A UNIX prefix containing the library can be specified (optional). - `--enable-numa`: enable NUMA first touch optimisation - `--enable-simd=`: setup Grid for the SIMD target `` (default: `GEN`). A list of possible SIMD targets is detailed in a section below. -- `--enable-gen-simd-width=`: select the size (in bytes) of the generic SIMD vector type (default: 32 bytes). +- `--enable-gen-simd-width=`: select the size (in bytes) of the generic SIMD vector type (default: 64 bytes). - `--enable-comms=`: Use `` for message passing (default: `none`). A list of possible SIMD targets is detailed in a section below. - `--enable-rng={sitmo|ranlux48|mt19937}`: choose the RNG (default: `sitmo `). - `--disable-timers`: disable system dependent high-resolution timers.