Function llvm_sys::core::LLVMSetFastMathFlags

source ยท
pub unsafe extern "C" fn LLVMSetFastMathFlags(
    FPMathInst: LLVMValueRef,
    FMF: LLVMFastMathFlags,
)
Expand description

Sets the flags for which fast-math-style optimizations are allowed for this value.

Only valid on floating point instructions.