xref: /OK3568_Linux_fs/buildroot/package/libclc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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