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.