1config BR2_PACKAGE_LIBCLC
2 bool "libclc"
3 depends on BR2_PACKAGE_LLVM_ARCH_SUPPORTS
4 help
5 libclc is an open source, BSD licensed implementation of
6 the library requirements of the OpenCL C programming language,
7 as specified by the OpenCL 1.1 Specification.
8
9 http://libclc.llvm.org/
10