On Wed, 22 Oct 2014, Petr Murzin wrote:
+ && UINTVAL (op2) == 1 << UINTVAL (tem))
With modes like V64QI around, it is better to replace 1 with HOST_WIDE_INT_1U, though we are not consistent about it.
-- Marc Glisse
On Wed, 22 Oct 2014, Petr Murzin wrote:
+ && UINTVAL (op2) == 1 << UINTVAL (tem))
With modes like V64QI around, it is better to replace 1 with HOST_WIDE_INT_1U, though we are not consistent about it.
-- Marc Glisse