Skip to content

Commit caa1c97

Browse files
committed
fix miss-resolving
1 parent d2692b8 commit caa1c97

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

INSTALL.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ 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 instructions (possible values are `generic`,
134-
`avx2` and `avx512`, by increasing order of optimization),
133+
generate code using optimized SIMD/Vector instructions. possible values are below:
134+
- On x86\_64, `generic`, `avx2` and `avx512`, by increasing order of optimization,
135+
- On aarch64, `generic` and `sve`, by increasing order of optimization,
135136
- `-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`).
136137
- BLAS-related options:
137138
- `-DBLA_VENDOR=Intel10_64_dyn -DMKL_LIBRARIES=/path/to/mkl/libs` to use the

0 commit comments

Comments
 (0)