-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Specialized code for goldilocks. (#2253)
This is mostly a reduced copy of the goldilocks implementation we already have with the main difference that the division tries to perform integer division first if it can be done without remainder.
- Loading branch information
Showing
6 changed files
with
603 additions
and
214 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
These files will be included in the generated code, because of that, this directory is not part of the rust module tree. |
Oops, something went wrong.