Sign in
llvm
/
llvm-project
/
8dec0b23da116e1cf0cd49c955ff1fadf52d5096
/
.
/
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
);
}