Config.in 293 B

123456789
  1. config 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. http://libclc.llvm.org/