Implement degrees builtin v2
authorTom Stellard <thomas.stellard@amd.com>
Mon, 2 Mar 2015 15:29:35 +0000 (15:29 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 2 Mar 2015 15:29:35 +0000 (15:29 +0000)
commit8336b3a6043c5dcc008e5dc73bd60d7a91924336
tree2c458ad232ce3735c0a9a73f6a4ebe10fb0606f0
parent257ed69291dd1b6e24ba81beab11961f88c97dce
Implement degrees builtin v2

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

v2:
  - Move to the common/ directory

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