-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/unify bool #914
Merged
Merged
Feat/unify bool #914
Commits on Nov 26, 2024
-
opt: add peephole recipe for new normalized boolean
The routine .code.__LEI16 already returns a normalized [0, 1] boolean.
Configuration menu - View commit details
-
Copy full SHA for 9068de3 - Browse repository at this point
Copy the full SHA 9068de3View commit details -
opt: improve norm bool sequence
;; The sequence: ;; sbc a, a ; A is either 0 or -1 ;; sub 1 ;; sbc a, a ;; inc a ;; can be replaced by ;; neg ; A is either 0 or 1
Configuration menu - View commit details
-
Copy full SHA for 10f0bac - Browse repository at this point
Copy the full SHA 10f0bacView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebcc809 - Browse repository at this point
Copy the full SHA ebcc809View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5777f14 - Browse repository at this point
Copy the full SHA 5777f14View commit details -
opt: this recipe can also be applied for others cmps
concretely for core.__LEI8, core.__LTI8, core.__NOT32 Others like AND16 could be converted (saves memory, but reduces speed). In the future there would be a recipe for that.
Configuration menu - View commit details
-
Copy full SHA for 545250f - Browse repository at this point
Copy the full SHA 545250fView commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7bef7fa - Browse repository at this point
Copy the full SHA 7bef7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for d58b771 - Browse repository at this point
Copy the full SHA d58b771View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4ab332 - Browse repository at this point
Copy the full SHA a4ab332View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ce2707 - Browse repository at this point
Copy the full SHA 7ce2707View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d1dbae - Browse repository at this point
Copy the full SHA 2d1dbaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c30906 - Browse repository at this point
Copy the full SHA 8c30906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f57028 - Browse repository at this point
Copy the full SHA 2f57028View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45d5174 - Browse repository at this point
Copy the full SHA 45d5174View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.