Add "algebraic" versions of the fast-math intrinsics
This commit is contained in:
parent
c9a7db6e20
commit
cc73b71e8e
12 changed files with 226 additions and 14 deletions
|
@ -1618,6 +1618,7 @@ extern "C" {
|
|||
) -> &'a Value;
|
||||
|
||||
pub fn LLVMRustSetFastMath(Instr: &Value);
|
||||
pub fn LLVMRustSetAlgebraicMath(Instr: &Value);
|
||||
|
||||
// Miscellaneous instructions
|
||||
pub fn LLVMRustGetInstrProfIncrementIntrinsic(M: &Module) -> &Value;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue