Unverified Commit 99e78361 authored by zhongjuzhe's avatar zhongjuzhe Committed by GitHub
Browse files

revert the branch for commit into small chunks (#331)

* Support RVV Features including intrinsic and auto-vectorization
  Enable RVV intrinsic support:
   Users can use #pragma riscv intrinsic "vector"
   or #include <riscv_vector.h>
  Enable auto-vectorization support:
   use -mrvv compile option.
  Enable VLS auto-vectorization support:
   use -mrvv -mriscv-vector-bits=128/.../65536

* delete loadstore tests because it has too many files
  we will refine the tests and add them later.
  add len_* vcond_mask_vs and len_* vcond_mask_sv support

* delete the rvv tests

* add rvv testcases

* delete rvv testcase again

* add rvv testcase for the next update

* Revert "Daily bump."

This reverts commit 0d31c8ec.
parent 3604e5b7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment