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 {}

Members

Variables

flag
string flag;
Undocumented in source.

Meta