summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/SOURCES
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-06-26 18:20:46 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-06-26 18:20:46 +0000
commitec87fb0b0c4c66edbec96e810ba4fd302dbaf50d (patch)
treed8e6ff4ac960f9b693b1b519503ca48fa52a06c3 /libclc/generic/lib/SOURCES
parent30f554b23d35aba942a5223c912e4e0361413884 (diff)
downloadbcm5719-llvm-ec87fb0b0c4c66edbec96e810ba4fd302dbaf50d.tar.gz
bcm5719-llvm-ec87fb0b0c4c66edbec96e810ba4fd302dbaf50d.zip
libclc: Add max() builtin function
Adds this function for both int and floating data types. Patch by: Aaron Watry llvm-svn: 184992
Diffstat (limited to 'libclc/generic/lib/SOURCES')
-rw-r--r--libclc/generic/lib/SOURCES2
1 files changed, 2 insertions, 0 deletions
diff --git a/libclc/generic/lib/SOURCES b/libclc/generic/lib/SOURCES
index 86c008b026f..b593941e85a 100644
--- a/libclc/generic/lib/SOURCES
+++ b/libclc/generic/lib/SOURCES
@@ -7,6 +7,7 @@ integer/abs.cl
integer/add_sat.cl
integer/add_sat.ll
integer/add_sat_impl.ll
+integer/max.cl
integer/sub_sat.cl
integer/sub_sat.ll
integer/sub_sat_impl.ll
@@ -14,6 +15,7 @@ math/fmax.cl
math/fmin.cl
math/hypot.cl
math/mad.cl
+math/max.cl
relational/any.cl
workitem/get_global_id.cl
workitem/get_global_size.cl
OpenPOWER on IntegriCloud