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.