mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-06 09:55:42 +00:00
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
[mapping:libm]
|
|
archive:
|
|
if LIBC_NEWLIB_NANO_FORMAT = y:
|
|
libm_nano.a
|
|
else:
|
|
libm.a
|
|
entries:
|
|
if SPIRAM_CACHE_LIBMATH_IN_IRAM = y:
|
|
libm_a-s_fpclassify (noflash)
|
|
libm_a-sf_nan (noflash)
|