-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add more comments in the `samples.textproto`. * Aligned the various bit widths, to make it clearer. * Unalias a number of operands; * Inverted ops (IE `kNand` from `kAnd`, `kNor` from `kOr`) * Comparison operators (IE `kUGt`, `kULt`, `kUGe`) * Subtraction and addition (`kSub` from `kAdd`) * Unsigned verse signed multiply (IE `kSMul` from `kUMul`) * Expand samples; * More values for `kNot` (4bit -> 256bit) * More values for simple ops like `kAnd` (& `kNand`), `kOr` (& `kNor`) and `kXor`. PiperOrigin-RevId: 589704971
- Loading branch information
1 parent
e311515
commit 3885ecb
Showing
2 changed files
with
1,472 additions
and
191 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
Oops, something went wrong.