Skip to content

Commit 3736060

Browse files
committed
capitalize
1 parent dcb36e5 commit 3736060

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
@@ -130,7 +130,7 @@ Several options can be passed to CMake, among which:
130130
- `-DCMAKE_BUILD_TYPE=Release` in order to enable generic compiler
131131
optimization options (enables `-O3` on gcc for instance),
132132
- `-DFAISS_OPT_LEVEL=avx2` in order to enable the required compiler flags to
133-
generate code using optimized SIMD/Vector instructions. possible values are below:
133+
generate code using optimized SIMD/Vector instructions. Possible values are below:
134134
- 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`).

0 commit comments

Comments
 (0)