Browse Source
The ESP IDF system already provides a math library, and that one is likely to be better tuned to the Xtensa architecture. The IDF components are also tested against its own math library, so best not to override it. Using the system provided library also allows to easily switch to double-precision floating point by changing MICROPY_FLOAT_IMPL to MICROPY_FLOAT_IMPL_DOUBLE.pull/4413/head
Damien George
6 years ago
1 changed files with 0 additions and 18 deletions
Loading…
Reference in new issue