mirror of
https://github.com/esp8266/Arduino.git
synced 2025-11-27 05:41:49 +03:00
Update newlib to enable the __ieee754_remainder(f) calls required by std::remainder and others. Add device test for std::remainder variants. Fixes #7845