Add changelog entry for #6932 and #7203

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2023-03-21 11:15:49 +08:00 committed by Paul Elliott
parent 3201f56952
commit 8d3fa9bd7b

View File

@ -0,0 +1,4 @@
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.