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