about summary refs log tree commit diff
path: root/src/rustllvm/ExecutionEngineWrapper.cpp
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-04-08 15:39:46 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-04-08 15:39:46 -0700
commit1563ea9f278e1e1cd0d21fe8c4fc761805b71964 (patch)
treefcbaf8041e5416abcecd878ccbb5970d7acb0f60 /src/rustllvm/ExecutionEngineWrapper.cpp
parent02f51211eddbbaf6c6e02cecc78957ce1d5b4600 (diff)
downloadrust-1563ea9f278e1e1cd0d21fe8c4fc761805b71964.tar.gz
rust-1563ea9f278e1e1cd0d21fe8c4fc761805b71964.zip
rustc: Remove f{32,64} % from the language
This commit removes the compiler support for floating point modulus operations,
as well as from the language. An implementation for this operator is now
required to be provided by libraries.

Floating point modulus is rarely used, doesn't exist in C, and is always lowered
to an fmod library call by LLVM, and LLVM is considering removing support
entirely.

Closes #12278
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions