sipeed / TinyMaix

TinyMaix is a tiny inference library for microcontrollers (TinyML).
Apache License 2.0
879 stars 142 forks source link

Fix typo issue, add local exp() functions _exp() instead of link libm #6

Closed YuzukiTsuru closed 1 year ago

YuzukiTsuru commented 1 year ago
  1. FUCNTION -> FUNCTION
  2. Add TM_LOCAL_EXP to enable local exp() function, for bare metal applications that cannot link libm and libc