mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add wikilink about CPU requirement in build/README.md (#9448)
Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>pull/9463/head
parent
5ecc52ac34
commit
1c62b61d60
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue