summaryrefslogtreecommitdiff
path: root/opencl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-27 13:04:08 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-27 13:05:11 +0200
commitbb5e219aee06a754d99e6a81570e3ed569b68898 (patch)
treec8f187720744c3bab69b563c90a5de50359123a6 /opencl
parent41565560250294e22fc1c21bc4bab8286255d4cc (diff)
Add a README file
Change-Id: Id0f8a146ca90efe6f84c7a0c377ad3f83ba7da8d
Diffstat (limited to 'opencl')
-rw-r--r--opencl/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/opencl/README b/opencl/README
new file mode 100644
index 000000000000..c5699e797a50
--- /dev/null
+++ b/opencl/README
@@ -0,0 +1,7 @@
+OpenCL-related code that is not specific to any particular
+functionality OpenCL is used for. (Like formula group calculation in
+Calc.)
+
+Not compiled on platforms where OpenCL is not available (iOS and
+Android). On other platforms OpenCL is optional at run-time, but not
+at build time.