compiler: fix floating point bugs

There were a few bugs related to floating point. After fixing these, the
math package started passing all tests.
This commit is contained in:
Ayke van Laethem
2020-09-17 21:26:19 +02:00
committed by Ron Evans
parent 7b601b3e3c
commit 1096596b69
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -197,6 +197,7 @@ test: wasi-libc
tinygo-test:
$(TINYGO) test container/list
$(TINYGO) test container/ring
$(TINYGO) test math
$(TINYGO) test text/scanner
$(TINYGO) test unicode/utf8