aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/sse
diff options
context:
space:
mode:
authoramatveyev <amatveyev@yandex-team.ru>2022-02-10 16:50:11 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:11 +0300
commit8bfc24a315c0a821841d2d5bb73e55268b7ecfb6 (patch)
tree11b6d7b43a1a1f99547031fd7c6218e292aee533 /library/cpp/sse
parent8d3a5b9c70bfb823a30242286328d6017b82b9ce (diff)
downloadydb-8bfc24a315c0a821841d2d5bb73e55268b7ecfb6.tar.gz
Restoring authorship annotation for <amatveyev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/sse')
-rw-r--r--library/cpp/sse/README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/library/cpp/sse/README.md b/library/cpp/sse/README.md
index a82c98a1b9..876508a4db 100644
--- a/library/cpp/sse/README.md
+++ b/library/cpp/sse/README.md
@@ -1,7 +1,7 @@
-Overview
-===
-This library provides the implementation of Intel SSE intrinsics for other CPU architectures. Currently supports PowerPC via translation to AltiVec and ARM via NEON. In some cases, falls back to software emulation if there's no corresponding instruction in the target instruction set.
-
-Usage
-===
-Include library/cpp/sse/sse.h and use the needed intrinsics. Implementation will be selected based on the target architecture of the used toolchain.
+Overview
+===
+This library provides the implementation of Intel SSE intrinsics for other CPU architectures. Currently supports PowerPC via translation to AltiVec and ARM via NEON. In some cases, falls back to software emulation if there's no corresponding instruction in the target instruction set.
+
+Usage
+===
+Include library/cpp/sse/sse.h and use the needed intrinsics. Implementation will be selected based on the target architecture of the used toolchain.