Skip to content

Commit 7acc5cb

Browse files
committed
following to change notation on #3929
1 parent 3736060 commit 7acc5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Several options can be passed to CMake, among which:
131131
optimization options (enables `-O3` on gcc for instance),
132132
- `-DFAISS_OPT_LEVEL=avx2` in order to enable the required compiler flags to
133133
generate code using optimized SIMD/Vector instructions. Possible values are below:
134-
- On x86\_64, `generic`, `avx2` and `avx512`, by increasing order of optimization,
134+
- On x86-64, `generic`, `avx2` and `avx512`, by increasing order of optimization,
135135
- On aarch64, `generic` and `sve`, by increasing order of optimization,
136136
- `-DFAISS_USE_LTO=ON` in order to enable [Link-Time Optimization](https://en.wikipedia.org/wiki/Link-time_optimization) (default is `OFF`, possible values are `ON` and `OFF`).
137137
- BLAS-related options:

0 commit comments

Comments
 (0)