mirror of
https://github.com/kokke/tiny-AES-c
synced 2024-11-22 05:21:52 +03:00
Update README.md
This commit is contained in:
parent
ef037167fd
commit
1b94f71b1b
@ -24,7 +24,9 @@ GCC size output when compiled for ARM:
|
||||
$ arm-none-eabi-gcc -Os -c aes.c
|
||||
$ size aes.o
|
||||
text data bss dec hex filename
|
||||
2515 0 204 2719 a9f aes.o
|
||||
2323 0 184 2507 9cb aes.o
|
||||
|
||||
|
||||
|
||||
|
||||
.. and when compiling for the THUMB instruction set, we end up around 2K in code size.
|
||||
@ -32,7 +34,8 @@ GCC size output when compiled for ARM:
|
||||
$ arm-none-eabi-gcc -mthumb -Os -c aes.c
|
||||
$ size aes.o
|
||||
text data bss dec hex filename
|
||||
1883 0 204 2087 827 aes.o
|
||||
1775 0 184 1959 7a7 aes.o
|
||||
|
||||
|
||||
|
||||
I am using Mentor Graphics free ARM toolchain:
|
||||
|
Loading…
Reference in New Issue
Block a user