alexv-smirnov bf0f13dd39 add ymake export to ydb | 1 year ago | |
---|---|---|
.. | ||
ut | bf0f13dd39 add ymake export to ydb | 1 year ago |
CMakeLists.darwin-x86_64.txt | 33ed6077e6 Intermediate changes | 1 year ago |
CMakeLists.linux-aarch64.txt | 9f448c9c67 Intermediate changes | 1 year ago |
CMakeLists.linux-x86_64.txt | 33ed6077e6 Intermediate changes | 1 year ago |
CMakeLists.txt | 887be65957 External build system generator release 29 | 1 year ago |
CMakeLists.windows-x86_64.txt | 6324d075a5 Intermediate changes | 1 year ago |
README.md | 356ed1df7e Restoring authorship annotation for <amatveyev@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
powerpc.h | ccfeba846e Fix powerpc.h | 1 year ago |
sse.cpp | baa58daefa Restoring authorship annotation for <danlark@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
sse.h | 52d24beed6 Restoring authorship annotation for <khristich@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
sse2neon.h | cf62db3a46 Restoring authorship annotation for <rumvadim@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
ya.make | bf0f13dd39 add ymake export to ydb | 1 year ago |
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.
Include library/cpp/sse/sse.h and use the needed intrinsics. Implementation will be selected based on the target architecture of the used toolchain.