From c1fbfd6b1d52b8076d0c0b7e09d30290acdce1e3 Mon Sep 17 00:00:00 2001 From: Daniele Lacamera Date: Fri, 25 Oct 2024 09:18:06 +0200 Subject: [PATCH] Rephrased description of assembly optimization --- docs/compile.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/compile.md b/docs/compile.md index bf45964c..436dc26b 100644 --- a/docs/compile.md +++ b/docs/compile.md @@ -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