mirror of https://github.com/wolfSSL/wolfBoot.git
Rephrased description of assembly optimization
parent
0b82680b7c
commit
c1fbfd6b1d
|
@ -44,8 +44,8 @@ By default, wolfBoot is compiled for ARM Cortex-M3/4/7. To compile for Cortex-M0
|
||||||
|
|
||||||
### Speed vs. size
|
### Speed vs. size
|
||||||
|
|
||||||
On a number of targets, algorithm may be optimized automatically to use assembly
|
Some targets support assembly optimizations by default.
|
||||||
optimizations. To disable assembly optimizations, use `NO_ASM=1`. This option will
|
To disable assembly optimizations, use `NO_ASM=1`. This option will
|
||||||
produce smaller code, but will also impact on the boot time.
|
produce smaller code, but will also impact on the boot time.
|
||||||
|
|
||||||
ARM-specific ARM optimizations affecting hash and symmetric key ciphers can be
|
ARM-specific ARM optimizations affecting hash and symmetric key ciphers can be
|
||||||
|
|
Loading…
Reference in New Issue