[RISCV] Fix mgather -> riscv.masked.strided.load combine not extending indices (...
[llvm-project.git] / libclc / ptx / lib / math / nextafter.cl
blob5b4521d21c26a1e50fe6af60e4e50f021205f112
1 #include <clc/clc.h>
2 #include "../lib/clcmacro.h"
3 #include <math/clc_nextafter.h>
5 _CLC_DEFINE_BINARY_BUILTIN(float, nextafter, __clc_nextafter, float, float)
7 #ifdef cl_khr_fp64
8 #pragma OPENCL EXTENSION cl_khr_fp64 : enable
9 _CLC_DEFINE_BINARY_BUILTIN(double, nextafter, __clc_nextafter, double, double)
10 #endif