riscv-non-isa / rvv-intrinsic-doc

https://jira.riscv.org/browse/RVG-153
BSD 3-Clause "New" or "Revised" License
281 stars 89 forks source link

Supported gnu auto generated test cases #272

Closed yulong18 closed 11 months ago

yulong18 commented 11 months ago

Hi, @eopXD : This PR adds the implementation for gnu auto generated test case that I did together with @Incarnation-p-lee and @xl0714. Please review it. It is worth noting that this PR only generates cases, and the rest of the content will be in another PR. Thanks!

yulong18 commented 11 months ago

I will make modifications according to the above suggestions and submit a new PR. Thanks a lot! @eopXD @Incarnation-p-lee

eopXD commented 11 months ago

I will make modifications according to the above suggestions and submit a new PR. Thanks a lot! @eopXD @Incarnation-p-lee

I think you don't need to open up another PR, you can force push to the same brunch and this PR will be updated.

eopXD commented 11 months ago

Additionally, I think we can also add a Github Action to verify the test cases you have generated here upon the latest GNU toolchain here, or have you already planned to include this in a separate PR?