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