llvm-project/libclc/generic/lib/math/native_divide.inc

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

4 lines
105 B
PHP
Raw Normal View History

_CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE native_divide(__CLC_GENTYPE x, __CLC_GENTYPE y) {
return x / y;
}