pub const FastMathKind = enum
pub const FastMathKind = enum { normal, fast, pub fn toCallKind(self: FastMathKind) Function.Instruction.Call.Kind { return switch (self) { .normal => .normal, .fast => .fast, }; } }