about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2014-04-01 05:11:23 -0400
committerDaniel Micay <danielmicay@gmail.com>2014-04-01 06:54:26 -0400
commit5e12e1b1a49134f578e1778f4a1216221417bc5e (patch)
tree4e2f766c9b6171137c55037631e1bec835fd7ff3 /src/rustllvm/ExecutionEngineWrapper.cpp
parent8ca5caf4d936e3193c81c7e9cfa1c6a99717b14a (diff)
downloadrust-5e12e1b1a49134f578e1778f4a1216221417bc5e.tar.gz
rust-5e12e1b1a49134f578e1778f4a1216221417bc5e.zip
remove the cmath module
This is an implementation detail of the `f32` and `f64` modules and it
should not be public. It renames many functions and leaves out any
provided by LLVM intrinsics, so it is not a sensible binding to the C
standard library's math library and will never be a stable target.

This also removes the abuse of link_name so that this can be switched to
using automatically generated definitions in the future. This also
removes the `scalbn` binding as it is equivalent to `ldexp` when
`FLT_RADIX` is 2, which must always be true for Rust.
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions