AlexSm 6d3e410c45 Remove CMakeLists from main (#2032) 7 months ago
..
ut bf0f13dd39 add ymake export to ydb 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.