Implement cosh builtin
authorTom Stellard <thomas.stellard@amd.com>
Fri, 22 Jul 2016 23:45:13 +0000 (23:45 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Fri, 22 Jul 2016 23:45:13 +0000 (23:45 +0000)
commit9cb070f96a8a9af5f513ffba0a8eed362623f216
treeddab8214e652e35212e000c1d9493b083b75d558
parentff13926a604f83d6ba7ea605fe914b8cb53c0f0d
Implement cosh builtin

This implementation was ported from the AMD builtin library
and has been tested with piglit, OpenCV, and the ocl conformance tests.

llvm-svn: 276496
libclc/generic/include/clc/clc.h
libclc/generic/include/clc/math/cosh.h [new file with mode: 0644]
libclc/generic/include/clc/math/cosh.inc [new file with mode: 0644]
libclc/generic/lib/SOURCES
libclc/generic/lib/math/cosh.cl [new file with mode: 0644]
libclc/generic/lib/math/tables.cl
libclc/generic/lib/math/tables.h