xref
: /
llvm-project-15.0.7
/
libclc
/
generic
/
include
/
clc
/
math
/
native_divide.h
(revision 052d95a6)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
define
native_divide
(
x
,
y
) ((
x
) / (
y
))
2