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:
Lars-Ove Karlsson
2026-04-29 12:16:35 +02:00
parent 05890c71c8
commit e7fd09246d

View File

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