tinygo/ir
Ayke van Laethem 6360e318a7 runtime: add support for math package
The math package uses routines written in Go assembly language which
LLVM/Clang cannot parse. Additionally, not all instruction sets are
supported.

Redirect all math functions written in assembly to their Go equivalent.
This is not the fastest option, but it gets packages requiring math
functions to work.
2019-02-05 19:37:21 +01:00
..
interpreter.go compiler: lower interfaces in a separate pass 2018-12-01 13:26:06 +01:00
ir.go all: update import paths to github.com/tinygo-org/tinygo 2019-01-31 17:43:19 +01:00
passes.go runtime: add support for math package 2019-02-05 19:37:21 +01:00