Re: Saturated operations

2012-02-28 Thread Ulrich Weigand
Michael Hope wrote on 28.02.2012 00:04:17: > Hi Ulrich. The saturated work you're doing at the moment - is it the > saturated add/subtract QADD/QSUB/QDADD/QDSUB or the ARMv6 > saturate-word-with-shift SSAT/USAT? Hi Michael, it's the latter (SSAT/USAT). > I've updated the old blueprint and adde

Saturated operations

2012-02-27 Thread Michael Hope
Hi Ulrich. The saturated work you're doing at the moment - is it the saturated add/subtract QADD/QSUB/QDADD/QDSUB or the ARMv6 saturate-word-with-shift SSAT/USAT? I've updated the old blueprint and added a new one for SSAT/USAT: https://blueprints.launchpad.net/gcc-linaro/+spec/armv6-saturation-