fastmath works with RIOT_OS if defined TFM_NO_ASM

This commit is contained in:
kaleb-himes 2016-12-09 14:34:14 -07:00
parent 7a76baa83e
commit fc9d689bc6

View File

@ -412,9 +412,11 @@
#endif #endif
#ifdef WOLFSSL_RIOT_OS #ifdef WOLFSSL_RIOT_OS
#define TFM_NO_ASM
#define USE_FAST_MATH
#define NO_FILE_SYSTEM
#define USE_CERT_BUFFERS_2048 #define USE_CERT_BUFFERS_2048
#define HAVE_ECC #define HAVE_ECC
#define NO_INLINE
#endif #endif
#ifdef WOLFSSL_NRF5x #ifdef WOLFSSL_NRF5x