mbedtls/ChangeLog.d/reduce-cpu-modifiers-to-file-scope.txt
Jerry Yu 8d3fa9bd7b Add changelog entry for #6932 and #7203
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
2023-03-21 15:52:08 +00:00

5 lines
225 B
Plaintext

Bugfix
* Fix #5758. Compilers might generate unexpected instructions when CPU
modifiers were specified as global flags( command line or global headers).
It is fixed with reducing the scope of CPU modifier flags.