Re: [PATCH qemu v3 00/14] Add tail agnostic behavior for rvv instructions

2022-03-23 Thread Weiwei Li
在 2022/3/23 上午11:58, ~eopxd 写道: According to v-spec, tail agnostic behavior can be either kept as undisturbed or set elements' bits to all 1s. To distinguish the difference of tail policies, QEMU should be able to simulate the tail agnostic behavior as "set tail elements' bits to all 1s". An op

[PATCH qemu v3 00/14] Add tail agnostic behavior for rvv instructions

2022-03-22 Thread ~eopxd
According to v-spec, tail agnostic behavior can be either kept as undisturbed or set elements' bits to all 1s. To distinguish the difference of tail policies, QEMU should be able to simulate the tail agnostic behavior as "set tail elements' bits to all 1s". An option 'rvv_ta_all_1s' is added to ena