robot-ya-builder 96458ea3c7 External build system generator release 65 1 год назад
..
ut bf0f13dd39 add ymake export to ydb 1 год назад
CMakeLists.darwin-arm64.txt ffff7a34e4 add darwin-arm64 CMakeLists 1 год назад
CMakeLists.darwin-x86_64.txt 33ed6077e6 Intermediate changes 2 лет назад
CMakeLists.linux-aarch64.txt 9f448c9c67 Intermediate changes 2 лет назад
CMakeLists.linux-x86_64.txt 33ed6077e6 Intermediate changes 2 лет назад
CMakeLists.txt 96458ea3c7 External build system generator release 65 1 год назад
CMakeLists.windows-x86_64.txt 6324d075a5 Intermediate changes 2 лет назад
README.md 356ed1df7e Restoring authorship annotation for <amatveyev@yandex-team.ru>. Commit 2 of 2. 3 лет назад
powerpc.h ccfeba846e Fix powerpc.h 1 год назад
sse.cpp baa58daefa Restoring authorship annotation for <danlark@yandex-team.ru>. Commit 2 of 2. 3 лет назад
sse.h 52d24beed6 Restoring authorship annotation for <khristich@yandex-team.ru>. Commit 2 of 2. 3 лет назад
sse2neon.h cf62db3a46 Restoring authorship annotation for <rumvadim@yandex-team.ru>. Commit 2 of 2. 3 лет назад
ya.make bf0f13dd39 add ymake export to ydb 1 год назад

README.md

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.