unplugged-vendor/external/llvm-project/libclc/generic/lib/math/native_divide.inc

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;
}