From a49e44361adf5cb12189bf343da578bfb6ae11ae Mon Sep 17 00:00:00 2001 From: zwd1208 Date: Sun, 3 Oct 2021 20:03:58 +0800 Subject: [PATCH] [skip ci]remove useless symbol in build doc (#9147) Signed-off-by: Weida Zhu --- build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/README.md b/build/README.md index cea2e55b5d..280be2e990 100644 --- a/build/README.md +++ b/build/README.md @@ -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 ```