Displaying 1 result from an estimated 1 matches for "0b0011111100111111".
2017 Sep 15
2
What should a truncating store do?
...7 => i24 or i17 => i32?
>>
>
> Multiple of 8.
>
> I think this means truncating stores of vector types will introduce zero
>> bits at the end of each element instead grouping all the zeros at the end.
>> For example, <i6 63, i6 63> writes to sixteen bits as 0b0011111100111111,
>> not as 0b0000111111111111?
>>
>
> Vector types are tightly packed, so <8 x i1> is 1 byte, not 8 bytes.
>
>
> -Eli
>
> --
> Employee of Qualcomm Innovation Center, Inc.
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux
>...