]> git.proxmox.com Git - wasi-libc.git/commit
Use builtin functions rather than portable libm implementations.
authorDan Gohman <sunfish@mozilla.com>
Fri, 3 May 2019 20:55:41 +0000 (13:55 -0700)
committerDan Gohman <sunfish@mozilla.com>
Wed, 15 May 2019 18:52:56 +0000 (11:52 -0700)
commit16450763ebbc5b5c582d3c5bfefc1c377e2fb3ce
treea083f53e750e352f3db724d032d7b2db3f26113e
parent1f7d798a3a513ff35895080fe12f00b642876991
Use builtin functions rather than portable libm implementations.

For functions like sqrt, fabs, and others, use the builtin functions,
which provide single-instruction implementations, rather than using
musl's portable implementations.
Makefile
basics/sources/math-builtins.c [new file with mode: 0644]