Skip to content

Commit

Permalink
Rephrased description of assembly optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Oct 25, 2024
1 parent 0b82680 commit c1fbfd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ By default, wolfBoot is compiled for ARM Cortex-M3/4/7. To compile for Cortex-M0

### Speed vs. size

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

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

0 comments on commit c1fbfd6

Please sign in to comment.