-
Notifications
You must be signed in to change notification settings - Fork 540
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
Added support for pow
in constant eval.
#6996
Merged
Merged
+229
−32
Conversation
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 was referenced Jan 5, 2025
orizi
force-pushed
the
spr/main/1583fc6f
branch
from
January 5, 2025 11:02
7c11761
to
8c3a876
Compare
orizi
force-pushed
the
spr/main/e185f290
branch
from
January 5, 2025 11:03
ccb6fbf
to
04c770e
Compare
orizi
force-pushed
the
spr/main/1583fc6f
branch
from
January 5, 2025 15:15
8c3a876
to
9c68089
Compare
orizi
force-pushed
the
spr/main/e185f290
branch
from
January 5, 2025 15:15
04c770e
to
9909a47
Compare
orizi
force-pushed
the
spr/main/1583fc6f
branch
from
January 5, 2025 15:46
9c68089
to
d4be799
Compare
orizi
force-pushed
the
spr/main/e185f290
branch
2 times, most recently
from
January 5, 2025 16:09
42b9426
to
eaa515a
Compare
orizi
force-pushed
the
spr/main/1583fc6f
branch
2 times, most recently
from
January 5, 2025 16:30
761ccc8
to
4667bbf
Compare
orizi
force-pushed
the
spr/main/e185f290
branch
from
January 5, 2025 16:30
eaa515a
to
2b2edae
Compare
orizi
force-pushed
the
spr/main/1583fc6f
branch
from
January 5, 2025 16:52
4667bbf
to
0040da8
Compare
orizi
force-pushed
the
spr/main/e185f290
branch
from
January 5, 2025 16:52
2b2edae
to
7bcf742
Compare
orizi
force-pushed
the
spr/main/1583fc6f
branch
from
January 5, 2025 19:14
0040da8
to
1ae3843
Compare
orizi
force-pushed
the
spr/main/e185f290
branch
2 times, most recently
from
January 6, 2025 04:14
35ad7da
to
5527c22
Compare
orizi
force-pushed
the
spr/main/1583fc6f
branch
from
January 6, 2025 04:14
1ae3843
to
dedd61e
Compare
orizi
force-pushed
the
spr/main/1583fc6f
branch
from
January 6, 2025 04:30
dedd61e
to
f167e0f
Compare
orizi
force-pushed
the
spr/main/e185f290
branch
from
January 6, 2025 04:30
5527c22
to
745cd24
Compare
orizi
force-pushed
the
spr/main/1583fc6f
branch
from
January 6, 2025 05:24
f167e0f
to
8ffa66b
Compare
orizi
force-pushed
the
spr/main/e185f290
branch
2 times, most recently
from
January 6, 2025 05:45
d0f21b4
to
6025b75
Compare
orizi
force-pushed
the
spr/main/1583fc6f
branch
from
January 6, 2025 05:45
8ffa66b
to
0807fc8
Compare
orizi
force-pushed
the
spr/main/1583fc6f
branch
from
January 6, 2025 13:51
0807fc8
to
5564211
Compare
commit-id:1583fc6f
orizi
force-pushed
the
spr/main/1583fc6f
branch
from
January 7, 2025 06:42
5564211
to
a2a6645
Compare
TomerStarkware
approved these changes
Jan 7, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 2 of 2 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @gilbens-starkware)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Stack:
pow
by about 15 percent. #7013pow
in constant eval. #6996 ⬅