diff options
author | Damien George <damien.p.george@gmail.com> | 2019-01-17 16:43:20 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-01-17 16:43:20 +1100 |
commit | eb446ec2276baa7fa1d11056df39de1143487c06 (patch) | |
tree | 93a3c17de37feaf6489ad0b02584d0355f2f4d26 /docs/esp32 | |
parent | 90f86a0197f8acb53add617f48a43947c2d5e223 (diff) | |
download | micropython-eb446ec2276baa7fa1d11056df39de1143487c06.tar.gz micropython-eb446ec2276baa7fa1d11056df39de1143487c06.zip |
esp32/Makefile: Use system provided math library rather than uPy one.
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.
Diffstat (limited to 'docs/esp32')
0 files changed, 0 insertions, 0 deletions