Skip to content

Commit c1fbfd6

Browse files
committed
Rephrased description of assembly optimization
1 parent 0b82680 commit c1fbfd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/compile.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ By default, wolfBoot is compiled for ARM Cortex-M3/4/7. To compile for Cortex-M0
4444

4545
### Speed vs. size
4646

47-
On a number of targets, algorithm may be optimized automatically to use assembly
48-
optimizations. To disable assembly optimizations, use `NO_ASM=1`. This option will
47+
Some targets support assembly optimizations by default.
48+
To disable assembly optimizations, use `NO_ASM=1`. This option will
4949
produce smaller code, but will also impact on the boot time.
5050

5151
ARM-specific ARM optimizations affecting hash and symmetric key ciphers can be

0 commit comments

Comments
 (0)