sail-riscv icon indicating copy to clipboard operation
sail-riscv copied to clipboard

Use bit vectors for read_vmask and read_vmask_carry

Open Timmmm opened this issue 1 year ago • 0 comments

There are some vector functions that return bit masks as a vector of bools, rather than a bits(). This makes the code unnecessarily complex.

See https://github.com/riscv/sail-riscv/pull/552#discussion_r1768236101

Timmmm avatar Sep 20 '24 17:09 Timmmm