diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2015-03-02 15:29:35 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2015-03-02 15:29:35 +0000 |
| commit | 8336b3a6043c5dcc008e5dc73bd60d7a91924336 (patch) | |
| tree | 2c458ad232ce3735c0a9a73f6a4ebe10fb0606f0 /libclc/generic/lib/SOURCES | |
| parent | 257ed69291dd1b6e24ba81beab11961f88c97dce (diff) | |
| download | bcm5719-llvm-8336b3a6043c5dcc008e5dc73bd60d7a91924336.tar.gz bcm5719-llvm-8336b3a6043c5dcc008e5dc73bd60d7a91924336.zip | |
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
Diffstat (limited to 'libclc/generic/lib/SOURCES')
| -rw-r--r-- | libclc/generic/lib/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libclc/generic/lib/SOURCES b/libclc/generic/lib/SOURCES index af5f97acaaf..e32bf0216be 100644 --- a/libclc/generic/lib/SOURCES +++ b/libclc/generic/lib/SOURCES @@ -27,6 +27,7 @@ cl_khr_local_int32_extended_atomics/atom_min.cl cl_khr_local_int32_extended_atomics/atom_or.cl cl_khr_local_int32_extended_atomics/atom_xor.cl convert.cl +common/degrees.cl common/sign.cl geometric/cross.cl geometric/dot.cl |

