diff options
author | Frank Chang <frank.chang@sifive.com> | 2021-04-19 14:03:01 +0800 |
---|---|---|
committer | Alistair Francis <alistair.francis@wdc.com> | 2021-05-11 20:02:07 +1000 |
commit | b11e84b883bf9b790732a03703559bf4797ad272 (patch) | |
tree | 51ddf348967e8e980e13d4789eefa441210d25bb /configure | |
parent | ed6eebaaafd3b96cc4ef3dcc30eb3a26c20ece57 (diff) |
target/riscv: fix vrgather macro index variable type bug
ETYPE may be type of uint64_t, thus index variable has to be declared as
type of uint64_t, too. Otherwise the value read from vs1 register may be
truncated to type of uint32_t.
Signed-off-by: Frank Chang <frank.chang@sifive.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210419060302.14075-1-frank.chang@sifive.com
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions