aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/cpuid_check/README.md
diff options
context:
space:
mode:
authorv-korovin <v-korovin@yandex-team.ru>2022-02-10 16:46:21 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:21 +0300
commit637de640c39b46c13f29619057a54f4cf3e1241b (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/cpuid_check/README.md
parentc4e0c5d2f245076d63ccff1004c755ca0cc5d27b (diff)
downloadydb-637de640c39b46c13f29619057a54f4cf3e1241b.tar.gz
Restoring authorship annotation for <v-korovin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/cpuid_check/README.md')
-rw-r--r--library/cpp/cpuid_check/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/cpuid_check/README.md b/library/cpp/cpuid_check/README.md
index 74a94a86c58..9c0e8dfa590 100644
--- a/library/cpp/cpuid_check/README.md
+++ b/library/cpp/cpuid_check/README.md
@@ -7,7 +7,7 @@ Currently supported check are: sse4.2, pclmul, aes, avx, avx2 and fma.
**Note:** the library depends on `util`.
**Note:** the library adds stratup code and so if `PEERDIR`-ed from `LIBRARY` will do so for all `PROGRAM`-s that (transitively) use the `LIBRARY`. Don't do this!
-You normally don't need to `PEERDIR` this library at all. Since making sse4 in Arcadia default this library is used implicitly. It is `PEERDIR`-ed from all `PROGRAM`-s and derived modules (e.g. `PY2_PROGRAM`, but not `GO_PROGRAM` or `JAVA_PROGRAM`).
+You normally don't need to `PEERDIR` this library at all. Since making sse4 in Arcadia default this library is used implicitly. It is `PEERDIR`-ed from all `PROGRAM`-s and derived modules (e.g. `PY2_PROGRAM`, but not `GO_PROGRAM` or `JAVA_PROGRAM`).
It is also not applied to `PROGRAM`-s where `NO_UTIL()`, `NO_PLATFORM()` or `ALLOCATOR(FAKE)` set to avoid undesired dependencied. To disable this implicit check use `NO_CPU_CHECK()` macro or `-DCPU_CHECK=no` ya make flag.