Как мне сделать это в SIMD или встроенной?
int result = a + b; if (result > 127) result = 127; if (result < -128) result = -128; c = result;