summaryrefslogtreecommitdiffstats
path: root/libclc/amdgpu/lib/math/nextafter.cl
diff options
context:
space:
mode:
Diffstat (limited to 'libclc/amdgpu/lib/math/nextafter.cl')
-rw-r--r--libclc/amdgpu/lib/math/nextafter.cl4
1 files changed, 4 insertions, 0 deletions
diff --git a/libclc/amdgpu/lib/math/nextafter.cl b/libclc/amdgpu/lib/math/nextafter.cl
new file mode 100644
index 00000000000..4611c81ae91
--- /dev/null
+++ b/libclc/amdgpu/lib/math/nextafter.cl
@@ -0,0 +1,4 @@
+#include <clc/clc.h>
+#include "../lib/clcmacro.h"
+
+_CLC_DEFINE_BINARY_BUILTIN(float, nextafter, __clc_nextafter, float, float)
OpenPOWER on IntegriCloud