Function toCallKind [src]

Prototype

pub fn toCallKind(self: FastMathKind) Function.Instruction.Call.Kind

Parameters

self: FastMathKind

Source

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