diff options
Diffstat (limited to 'opencl/README.md')
-rw-r--r-- | opencl/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opencl/README.md b/opencl/README.md new file mode 100644 index 000000000..9d9be77a7 --- /dev/null +++ b/opencl/README.md @@ -0,0 +1,9 @@ +# OpenCL Support + +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. |