<div dir="ltr">On Wed, Jan 30, 2019 at 2:08 PM Scott Schurr &lt;<a href="mailto:s.scott.schurr@gmail.com">s.scott.schurr@gmail.com</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr">Thanks for pointing that out.  Yes, saturation might be considered a desirable behavior, and I believe it&#39;s fairly common for floating point.  I haven&#39;t personally seen hardware- or language-level saturation implemented anywhere for integers.  The three Analog Devices DSPs that I have used in the past did not support saturation for integer operations.  But that doesn&#39;t say anything about TI, Motorola, or other DSP vendors.  So integer saturation might be out there in the wild.  If anyone is aware of a documented case, that would be great to know about.<br></div></div></div></blockquote><div>vadd[us][bhw]s on POWER (vector add saturate for various widths of (un)signed integers) is saturating. VADD for ARM NEON has a saturating form and supported integer types.<br></div></div></div>