[skip ci]Add wikilink about CPU requirement in build/README.md (#9448)

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
pull/9463/head
ryjiang 2021-10-08 13:11:03 +08:00 committed by GitHub
parent 5ecc52ac34
commit 1c62b61d60
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ Run the lscpu command to check if your CPU supports the SIMD instruction sets me
```
lscpu | grep -e sse4_2 -e avx -e avx2 -e avx512
```
Check Wikipedia [CPU with AVX](https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#CPUs_with_AVX) for more details.
</details>