Hi David,
Thanks for reaching out!! The meaning of these flags are well documented here: https://www.wolfssl.com/documentation/m … able-spopt . Please have a look.
Note that `--enable-sp-asm` is enabled by default for the following architectures: x86_64/aarch64/amd64.
Here are some other Single-Precision flags that you might be interested in:
--enable-sp Enable Single Precision maths implementation
(default: disabled)
--enable-sp-math-all Enable Single Precision math implementation for full
algorithm suite (default: enabled)
--enable-sp-math Enable Single Precision math implementation with
restricted algorithm suite (default: disabled)
--enable-sp-asm Enable Single Precision assembly implementation
(default: enabled on x86_64/aarch64/amd64)
All of them are documented in the document I linked to above.
I hope this helps!
Warm regards, Anthony