From 8d3fa9bd7b17c6bdf178934cec95f7c313c3d956 Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Tue, 21 Mar 2023 11:15:49 +0800 Subject: [PATCH] Add changelog entry for #6932 and #7203 Signed-off-by: Jerry Yu --- ChangeLog.d/reduce-cpu-modifiers-to-file-scope.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ChangeLog.d/reduce-cpu-modifiers-to-file-scope.txt diff --git a/ChangeLog.d/reduce-cpu-modifiers-to-file-scope.txt b/ChangeLog.d/reduce-cpu-modifiers-to-file-scope.txt new file mode 100644 index 000000000..bb8d2a289 --- /dev/null +++ b/ChangeLog.d/reduce-cpu-modifiers-to-file-scope.txt @@ -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.