Add "algebraic" versions of the fast-math intrinsics
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user