fma.inc 127 Bytes
_CLC_DEF _CLC_OVERLOAD __CLC_GENTYPE fma(__CLC_GENTYPE a, __CLC_GENTYPE b, __CLC_GENTYPE c) {
	return __clc_sw_fma(a, b, c);
}