-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Combine changelog entries for muladdc assembly fix
Combine the changelog entries for the memory constraints fix on aarch64 and amd64, since these are essentially fixing the same issue. Signed-off-by: David Horstmann <[email protected]>
- Loading branch information
1 parent
11c81df
commit 7500a0e
Showing
3 changed files
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,5 @@ | ||
Bugfix | ||
* Fix missing constraints on x86_64 and aarch64 assembly code | ||
for bignum multiplication that broke some bignum operations with | ||
(at least) Clang 12. | ||
Fixes #4116, #4786, #4917, #4962. |