The OpenD Programming Language

_mm256_adds_epi16

Add packed 16-bit signed integers in a and b using signed saturation.

nothrow @nogc pure @trusted
__m256i
_mm256_adds_epi16
(
__m256i a
,
__m256i b
)

Meta