SP ARM32: support for arch with no ldrd/strd and clz

Defined WOLFSSL_SP_ARM_ARCH to be less than 7 to use alternative
instructions.
This commit is contained in:
Sean Parkinson
2022-06-14 11:24:54 +10:00
parent ed5470c991
commit af4fff80db
2 changed files with 2700 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
*/
#ifdef WOLFSSL_USER_SETTINGS
#include "wolfssl/wolfcrpyt/settings.h"
#include "wolfssl/wolfcrypt/settings.h"
#endif
#ifndef HAVE_INTEL_AVX1