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

Merge pull request #8719 from daverodgman/iar-codegen

Improve codegen of unaligned access for IAR and gcc
This commit is contained in:
Dave Rodgman
2024-01-25 08:31:45 +00:00
committed by GitHub
5 changed files with 193 additions and 38 deletions

View File

@@ -0,0 +1,2 @@
Features
* Improve performance for gcc (versions older than 9.3.0) and IAR.