]> git.proxmox.com Git - wasi-libc.git/commit
Move math source files. (#151)
authorDan Gohman <sunfish@mozilla.com>
Fri, 20 Dec 2019 23:43:31 +0000 (15:43 -0800)
committerGitHub <noreply@github.com>
Fri, 20 Dec 2019 23:43:31 +0000 (15:43 -0800)
commita280fead2ae71b9a230d3b48c1f95867431888e4
tree28d70f2d51e9c4f736836d3c0b09bb03afaeb031
parentdd010beea5c443ad05cf6acdbcab1adad25b4ed5
Move math source files. (#151)

This is split out from the LTO change. It's needed by the LTO build so
that we can easily build these files in non-LTO mode, since they satisfy
calls emitted by LLVM codegen after LTO.
Makefile
basics/sources/fmin-fmax.c [deleted file]
basics/sources/math-builtins.c [deleted file]
basics/sources/math/fmin-fmax.c [new file with mode: 0644]
basics/sources/math/math-builtins.c [new file with mode: 0644]