Yin Tong

Results 4 issues of Yin Tong

# Summary This pull request introduces support for the RISC-V Vector Extension (RVV) with 128-bit vector size in the sonic-cpp library. # Key Changes **CMake Configuration**: Added a new build...

Current xsimd for riscv can't compile using gcc, see: https://godbolt.org/z/e56ffeTdh ref: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116484

When using xsimd on the RISC-V platform, I found that converting between RVV register types and xsimd's batch-related types is quite tricky. This might be due to the variable vector...

### Details I noticed that the current porting status for the RISC-V architecture is marked as "not in progress," but from issue [393](https://github.com/asmjit/asmjit/issues/393), I learned that someone seems to be...

question