aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-05-11 11:11:48 +0300
committerthegeorg <thegeorg@yandex-team.ru>2022-05-11 11:11:48 +0300
commit8d55620139d4309265409767f873ba83fe046418 (patch)
treee845c7e6125861758c0cc28535fd7eacecc47ee0
parentbb139d04e93ed3e06df4dcc138e8cd2e8e986885 (diff)
downloadydb-8d55620139d4309265409767f873ba83fe046418.tar.gz
Typo
ref:90fae127a17408cb5f04686b6191706ce687eab5
-rw-r--r--build/ymake.core.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 3a235a9379..61be7e7641 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -6233,7 +6233,7 @@ macro SRC_C_AVX2(FILE, FLAGS...) {
}
# tag:cpu tag:src-processing
-### @usage SRC_C_AVX2(File Flags...)
+### @usage SRC_C_AVX512(File Flags...)
### Compile single .c-file with AVX512 extension enabled
macro SRC_C_AVX512(FILE, FLAGS...) {
_SRC(c $FILE $AVX512_CFLAGS $FLAGS COMPILE_OUT_SUFFIX .avx512)