Le 12/08/2015 20:46, Richard Henderson a écrit :
> On 08/09/2015 01:13 PM, Laurent Vivier wrote:
>> +    return (op1 & ~((1UL << bits) - 1)) | res; \
> 
> deposit32(op1, res, bits, 0)
> 

You mean: deposit32(op1, 0, bits, res) ?

Laurent

Reply via email to