-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add scalable vector support * test: add some scalable vector * feat: add separate scalable vector type and value Introduce `VectorBaseValue` trait for both fixed and scalable vector values. Add type, value and builder tests for scalable vector. Revise min. LLVM version from 11 to 12 due to llvm_sys. * fix: various bugs fix: remove always false functions style: cargo fmt fix: rename doc comments fix: remove leftover test fix: add conditional llvm versions to type kind variant fix: change to doctest to ignore fix: remove llvm 11 from scalable vector type test --------- Co-authored-by: Dan Kolsoi <[email protected]>
- Loading branch information
Showing
16 changed files
with
1,388 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.