Files
tinygo/builder
Ayke van Laethem 109b5298c4 avr: use compiler-rt
This change adds support for compiler-rt, which supports float64 (unlike
libgcc for AVR). This gets a number of tests to pass that require
float64 support.

We're still using libgcc with this change, but libgcc will probably be
removed eventually once AVR support in compiler-rt is a bit more mature.

I've also pushed a fix for a small regression in our
xtensa_release_14.0.0-patched LLVM branch that has also been merged
upstream. Without it, a floating point comparison against zero always
returns true which is certainly a bug. It is necessary to correctly
print floating point values.
2022-05-18 15:20:09 +02:00
..
2021-11-16 11:08:30 +01:00
2022-05-18 15:20:09 +02:00
2022-04-23 08:45:46 +02:00
2022-01-09 11:04:10 +01:00
2022-03-12 12:55:38 +01:00
2022-05-03 05:36:55 +02:00
2022-05-18 15:20:09 +02:00
2022-04-23 08:45:46 +02:00
2022-04-10 21:03:59 +02:00
2022-04-10 21:03:59 +02:00
2022-04-10 21:03:59 +02:00
2021-09-27 15:47:12 +02:00