-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Cider 2] Arbitrary precision and signed serialization (#2218)
Part of #1913. Small grab bag of things. - Closes #2161 - Adds `std_bit_slice` primitive - Updates the data-converter to accept arbitrary precision values rather than limiting to u64 - Data dump header is now in CBOR rather than JSON (mostly an arbitrary choice, but at least makes it clear that the data dumps should not be read by people) - re-enables the polybench tests on CI
- Loading branch information
1 parent
d198a95
commit e942414
Showing
16 changed files
with
842 additions
and
271 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.