|
|
|
|
|
by nona42
1060 days ago
|
|
For Armv8.M and MVE, I expect that Clang and Arm Compiler for Embedded, which is Clang/LLVM based, generates much better code than GCC or IAR. Regarding code size: the common pitfall is -Os for GCC and -Oz for Clang based compilers to optimise for minimum code size. |
|