mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-30 02:42:13 +01:00
IAR doesn't parse register variable declarations with specified registers. IAR doesn't even honor the register keyword. Can use small negative but IAR doesn't like it. Specify the positive value instead. Add a small code size version of mont_reduce_full using umlal and umaal. Make 'asm' usage in variables use keyword '__asm__'. Explicitly don't inline some functions when compiling with IAR.