Sign in
llvm
/
llvm-project
/
c41b318423c4dbf0a65f81e5e9a816c1710ba4f6
/
.
/
libclc
/
clspv
/
lib
/
math
/
nextafter.inc
blob: ee39be53b1e17c52ce5b23ae8d42a71304ae7c2f [
file
] [
log
] [
blame
]
_CLC_DEF _CLC_OVERLOAD __CLC_GENTYPE nextafter
(
__CLC_GENTYPE x
,
__CLC_GENTYPE y
)
{
return
__clc_nextafter
(
x
,
y
);
}