mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-03-07 00:44:03 +01:00
Enable wolfSSL SP Math all (sp_int.c) by default. If --enable-fastmath or USE_FAST_MATH is set the older tfm.c fast math will be used. To use the old integer.c heap math use --enable-heapmath or USE_INTEGER_HEAP_MATH.
This commit is contained in:
committed by
Sean Parkinson
parent
fb704774a0
commit
6d2a41b9fd
@@ -560,7 +560,7 @@ if BUILD_FASTMATH
|
||||
src_libwolfssl_la_SOURCES += wolfcrypt/src/tfm.c
|
||||
endif
|
||||
|
||||
if BUILD_SLOWMATH
|
||||
if BUILD_HEAPMATH
|
||||
src_libwolfssl_la_SOURCES += wolfcrypt/src/integer.c
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user