Files
third_party_rust_rust/src
bors 02310fd313 Auto merge of #32362 - bluss:float-fast-math, r=eddyb
Fix floating point fast-math intrinsics

The implementation did not handle the case where both operands were constants, which caused an llvm assertion:

```
rustc: //buildslave//rust-buildbot//slave//nightly-dist-rustc-musl-linux//build//src//llvm//include/llvm/Support/Casting.h:237:
typename llvm::cast_retty<X, Y*>::ret_type llvm::cast(Y*) [with X = llvm::Instruction; Y = llvm::Value; typename llvm::cast_retty<X, Y*>::ret_type = llvm::Instruction*]:
Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
```
2016-03-19 15:41:42 -07:00
..
2016-03-15 22:32:38 -05:00
2015-12-24 21:39:38 -05:00
2016-03-12 12:31:13 -08:00
2016-02-09 11:52:39 -05:00
2016-03-12 12:31:13 -08:00
2016-03-12 12:31:13 -08:00
2016-03-14 09:29:18 +01:00
2015-12-21 09:26:21 -08:00
2016-03-16 17:15:55 -07:00
2016-03-12 22:02:39 -08:00