Implement radians builtin v2
authorTom Stellard <thomas.stellard@amd.com>
Mon, 2 Mar 2015 15:29:37 +0000 (15:29 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 2 Mar 2015 15:29:37 +0000 (15:29 +0000)
commitf5e5b0171d8f6ed70dc97394565a91ed284efc80
tree5892650a23648cef83396575a3155a573b039f26
parent8336b3a6043c5dcc008e5dc73bd60d7a91924336
Implement radians builtin v2

This has been tested with piglit, OpenCV, and the ocl conformance tests.

v2:
  - Move to the common/ directory

llvm-svn: 230968
libclc/generic/include/clc/clc.h
libclc/generic/include/clc/common/radians.h [new file with mode: 0644]
libclc/generic/include/clc/common/radians.inc [new file with mode: 0644]
libclc/generic/lib/SOURCES
libclc/generic/lib/common/radians.cl [new file with mode: 0644]