Skip to content

Commit f4804e6

Browse files
committed
Modify the description for avx512_spr.
Signed-off-by: Mulugeta Mammo <[email protected]>
1 parent 6a9545d commit f4804e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
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`, 'avx512', and `avx512_spr` (for features available since Intel(R) Sapphire Rapids), by increasing order of optimization,
134+
- On x86-64, `generic`, `avx2`, 'avx512', and `avx512_spr` (for avx512 features available since Intel(R) Sapphire Rapids), 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:
@@ -180,7 +180,7 @@ For AVX512:
180180
$ make -C build -j faiss_avx512
181181
```
182182

183-
For AVX512-FP16 and other features available since Intel(R) Sapphire Rapids.
183+
For AVX512 features available since Intel(R) Sapphire Rapids.
184184

185185
``` shell
186186
$ make -C build -j faiss_avx512_spr

0 commit comments

Comments
 (0)