The OpenD Programming Language

llvmFastMathFlag

Sets LLVM's fast-math flags for floating point operations in the function this attribute is applied to. See LLVM LangRef for possible values: http://llvm.org/docs/LangRef.html#fast-math-flags

@llvmFastMathFlag("clear") clears all flags.

struct llvmFastMathFlag {
string flag;
}

Meta