aboutsummaryrefslogtreecommitdiff
path: root/src/builtins/README.txt
blob: 5e16118a7aea66017df53886f2fdcabccf366340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This directory (builtins) is intended to supercede src/runtime as a means
to provide a builtins library for OpenCL kernels.

Note: some of the files here do not compile due to an address space casting
error, and are suffixed *.cl.broken.

Files here were imported from the TI opencl_builtins private repository and
repurposed for CPU device (from DSP device).

This library appears to have been adapted from libclc.llvm.org.

The Makefile here is not used, but available for illustration purposes and
to allow disassmbly of the bc files for inspection.