mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-19 17:31:28 +08:00
Newlib already have optimized and full featured math implementation. To use it, one should add: env['LIBS'] = ['m'] or equivalent to the SConstruct.