File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ extern "C" {
9898#define SP_INT_BITS 8192
9999
100100#undef USE_FAST_MATH
101- #if 1 /* Flip to 1 for PAA with single precision */
101+ #if 0 /* Flip to 1 for PAA with single precision */
102102 #define WOLFSSL_SP_MATH_ALL
103103 #define WOLFSSL_SP_INT_NEGATIVE
104104#else
@@ -120,7 +120,7 @@ extern "C" {
120120
121121/* Wolf Single Precision Math */
122122#undef WOLFSSL_SP
123- #if 1 /* SP Assembly Speedups (wPAA) */ /* Flip to 1 for PAA with tfm or single precision */
123+ #if 0 /* SP Assembly Speedups (wPAA) */ /* Flip to 1 for PAA with tfm or single precision */
124124 #define WOLFSSL_SP
125125 //#define WOLFSSL_SP_SMALL /* use smaller version of code */
126126 #define WOLFSSL_SP_1024
@@ -133,7 +133,7 @@ extern "C" {
133133 #define WOLFSSL_HAVE_SP_DH
134134 #define WOLFSSL_HAVE_SP_ECC
135135 /* Customer indicated no desire for PAA, leave out */
136- #if 1 /* Flip to 1 for PAA with single precision */
136+ #if 0 /* Flip to 1 for PAA with single precision */
137137 #define WOLFSSL_ARMASM
138138 #define WOLFSSL_SP_ARM64
139139 #define WOLFSSL_SP_ARM64_ASM
You can’t perform that action at this time.
0 commit comments