On May 11, 2020 6:41:58 PM GMT+02:00, Richard Sandiford
wrote:
>This third patch of three actually fixes the PR. We were using
>8-bit BIT_FIELD_REFs to access single-bit elements, and multiplying
>the vector index by 8 bits rather than 1 bit.
>
>Tested individually on aarch64-linux-gnu and as a
This third patch of three actually fixes the PR. We were using
8-bit BIT_FIELD_REFs to access single-bit elements, and multiplying
the vector index by 8 bits rather than 1 bit.
Tested individually on aarch64-linux-gnu and as a series on
x86_64-linux-gnu. OK to install?
I'm not sure what to do a