From da2969fca742814cc736dde95ceef70d300cf6c1 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 7 Apr 2015 16:20:22 +0000 Subject: Implement atanh builtin This implementation was ported from the AMD builtin library and has been tested with piglit, OpenCV, and the ocl conformance tests. llvm-svn: 234324 --- libclc/generic/lib/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'libclc/generic/lib/SOURCES') diff --git a/libclc/generic/lib/SOURCES b/libclc/generic/lib/SOURCES index 37ea9ef38bb..b360278721d 100644 --- a/libclc/generic/lib/SOURCES +++ b/libclc/generic/lib/SOURCES @@ -67,6 +67,7 @@ math/asinh.cl math/asinpi.cl math/atan.cl math/atan2.cl +math/atanh.cl math/atanpi.cl math/copysign.cl math/cos.cl -- cgit v1.2.3