llvm-project/libclc/spirv/lib/math/fma.inc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
127 B
PHP
Raw Normal View History

_CLC_DEF _CLC_OVERLOAD __CLC_GENTYPE fma(__CLC_GENTYPE a, __CLC_GENTYPE b, __CLC_GENTYPE c) {
return __clc_sw_fma(a, b, c);
}