mirror of https://github.com/milvus-io/milvus.git
[skip ci]remove useless symbol in build doc (#9147)
Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>pull/9154/head
parent
0dcf232def
commit
a49e44361a
|
@ -49,7 +49,7 @@ Milvus' computing operations depend on CPU’s support for SIMD (Single Instruct
|
|||
Run the lscpu command to check if your CPU supports the SIMD instruction sets mentioned above:
|
||||
|
||||
```
|
||||
$ lscpu | grep -e sse4_2 -e avx -e avx2 -e avx512
|
||||
lscpu | grep -e sse4_2 -e avx -e avx2 -e avx512
|
||||
```
|
||||
</details>
|
||||
|
||||
|
|
Loading…
Reference in New Issue