mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-01 07:42:12 +02:00
Updated the url to the IAR technical note about unaligned access
To be the same link as in the tf-psa-crypto file. Signed-off-by: Lars-Ove Karlsson <lars-ove.karlsson@qt.io>
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
#pragma language=extended
|
||||
#define MBEDTLS_POP_IAR_LANGUAGE_PRAGMA
|
||||
/* IAR recommend this technique for accessing unaligned data in
|
||||
* https://www.iar.com/knowledge/support/technical-notes/compiler/accessing-unaligned-data
|
||||
* https://mypages.iar.com/s/article/Accessing-Unaligned-Data
|
||||
* This results in a single load / store instruction (if unaligned access is supported).
|
||||
* According to that document, this is only supported on certain architectures.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user