Simon Southwell
Results
1
issues of
Simon Southwell
The `RVTEST_CODE_BEGIN` macro, defined in `riscv_test.h` uses macro the `CHECK_XLEN` macro. This macro is defined as: ``` #if __riscv_xlen == 64 # define CHECK_XLEN li a0, 1; slli a0, a0,...