-
-
Notifications
You must be signed in to change notification settings - Fork 740
Fix #10513 - powmod is slow for ulong #10688
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
b889996
The current implementation of powmod is very slow for the ulong type …
Aditya-132 f860160
some imports changes
Aditya-132 7fc002d
made asm functions for mulmod and
Aditya-132 43c35de
changes made for x86 32 bits system
Aditya-132 394af25
Merge branch 'dlang:master' into issue-#10513
Aditya-132 e1cb9a9
implmented the given changes
Aditya-132 d58ac9d
fixing styleing
Aditya-132 dafec4d
Implmented changes in review
Aditya-132 c036af6
Merge branch 'dlang:master' into issue-#10513
Aditya-132 7ca9b77
revied changes
Aditya-132 ef53e0c
changes in function title
Aditya-132 fb04cca
some minute changes
Aditya-132 776880c
testing on why it failed on Alpine x64 system
Aditya-132 1411386
styling changes
Aditya-132 6abb199
updated reviewed suggestion
Aditya-132 3a02c67
changes made as per reviewd suggestions
Aditya-132 5f11dbd
removing low variable
Aditya-132 2e67c29
removed extra conditions
Aditya-132 23dffa7
Merge branch 'dlang:master' into issue-#10513
Aditya-132 933d72f
added method with core.int128
Aditya-132 2bf559a
removed line 61 to 65
Aditya-132 ef8a738
styling changees
Aditya-132 dfcfb4c
styling changes
Aditya-132 8f643bb
changes udivmod implementaion
Aditya-132 71a1e9f
removed Cent from mul operation
Aditya-132 4f79940
changed to Cent(lo: c)
Aditya-132 6e7531c
changes as per review
Aditya-132 c8a2400
indentation changes
Aditya-132 6d6fad6
indentation changes
Aditya-132 bced460
Merge branch 'dlang:master' into issue-#10513
Aditya-132 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.