robot-ya-builder 96458ea3c7 External build system generator release 65 9 months ago
..
ut bf0f13dd39 add ymake export to ydb 1 year ago
CMakeLists.darwin-arm64.txt ffff7a34e4 add darwin-arm64 CMakeLists 10 months 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 96458ea3c7 External build system generator release 65 9 months 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

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.