[skip ci]remove useless symbol in build doc (#9147)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/9154/head
zwd1208 2021-10-03 20:03:58 +08:00 committed by GitHub
parent 0dcf232def
commit a49e44361a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Milvus' computing operations depend on CPUs 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>