mbedtls/ChangeLog.d/reduce-cpu-modifiers-to-file-scope.txt

5 lines
225 B
Plaintext
Raw Normal View History

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.