Conversation
+ error 64101: Fix out-of-bounds shifting assertion by ensuring 'k' remains within constraints (< BI_BIT - 1) + error 64102: Prevent out-of-bounds shifts in shift_left_expand() by clamping 'k' to safe constraints (< BI_BIT * 2 - 1) + error 64103: Resolve underflow risk in shift_left_expand_fused() via safe boundary check on index iterations + error 64104: Rectify an infinite loop scenario in shift_right_ip_imp() by correcting sign-mismatch conditions + error 64105: Fix dynamic hardware intrinsics fallback bug for Apple Silicon and ARM platforms in i_addcarry() + error 64106: Correct unrolling logic and edge-case handling in mul_imp_fast() when input arrays have high zero-limbs + improve: Modernize loop logic across operations and fully inline performance-critical math intrinsics to boost processing throughput
+ error C2440: Resolve ambiguous initialization of 'udw' from integer literals by implementing a generic template constructor
+ error C2451: Add explicit 'operator bool()' conversion to allow 'udw' instances to be evaluated inside conditional structures
+ error C2666: Fix overloaded operator ambiguities ('<<', '/', '%', '+', '>') by changing binary members to non-member friend functions
+ error C2678: Add bitwise operator overloads ('|', '&', '^', '~') for symmetric mixed-mode binary operations involving 'udw'
+ improve: Remove explicit single-argument keyword to match native primitive implicit up-promotion rules under MSVC x64
…soft_mod function to malfunction leading to all mont functions failed to produce correct results.
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
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.
No description provided.