1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #4968 from davidhorstmann-arm/fix-aarch64-asm-constraints

Fix aarch64 assembly for bignum multiplication
This commit is contained in:
Gilles Peskine
2021-09-27 09:01:15 +02:00
committed by GitHub
3 changed files with 12 additions and 11 deletions

View File

@@ -1,4 +0,0 @@
Bugfix
* Fix missing constraints on x86_64 assembly code for bignum multiplication
that broke some bignum operations with (at least) Clang 12.
Fixes #4116, #4786, #4917.

View File

@@ -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.