Re: [PATCH qemu v3 00/10] Add mask agnostic behavior for rvv instructions

2022-05-12 Thread Weiwei Li
在 2022/5/12 下午4:55, ~eopxd 写道: According to v-spec, mask agnostic behavior can be either kept as undisturbed or set elements' bits to all 1s. To distinguish the difference of mask policies, QEMU should be able to simulate the mask agnostic behavior as "set mask elements' bits to all 1s". There

[PATCH qemu v3 00/10] Add mask agnostic behavior for rvv instructions

2022-05-12 Thread ~eopxd
According to v-spec, mask agnostic behavior can be either kept as undisturbed or set elements' bits to all 1s. To distinguish the difference of mask policies, QEMU should be able to simulate the mask agnostic behavior as "set mask elements' bits to all 1s". There are multiple possibility for agnos