chore: remove repetitive words

Signed-off-by: kindhuge <huangpengfei@outlook.com>
This commit is contained in:
kindhuge
2024-04-04 13:19:49 +08:00
parent 1f1f1f60ac
commit 32905bbf5d
2 changed files with 2 additions and 2 deletions

View File

@@ -176,7 +176,7 @@ CC=clang CFLAGS="--target=aarch64-linux-gnu -march=armv8-a" NEON64_CFLAGS=" " ma
### OpenMP
To enable OpenMP on GCC you need to build with `-fopenmp`. This can be by setting the the `OPENMP` environment variable to `1`.
To enable OpenMP on GCC you need to build with `-fopenmp`. This can be by setting the `OPENMP` environment variable to `1`.
Example: