robot-piglet b48cb40b16 Intermediate changes 2 месяцев назад
..
ut b48cb40b16 Intermediate changes 2 месяцев назад
README.md 356ed1df7e Restoring authorship annotation for <amatveyev@yandex-team.ru>. Commit 2 of 2. 2 лет назад
powerpc.h ccfeba846e Fix powerpc.h 1 год назад
sse.cpp baa58daefa Restoring authorship annotation for <danlark@yandex-team.ru>. Commit 2 of 2. 2 лет назад
sse.h 52d24beed6 Restoring authorship annotation for <khristich@yandex-team.ru>. Commit 2 of 2. 2 лет назад
sse2neon.h cf62db3a46 Restoring authorship annotation for <rumvadim@yandex-team.ru>. Commit 2 of 2. 2 лет назад
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.