office-gobmx/opencl
Christian Lohmaier bba1193359 workaround segfault in compiler on macos-clang-intel
XCode 14 seems to be allergic to the string-literal in this lambda
expression

Change-Id: I1de59883923352c7aa83cc81adafb0218432381a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169030
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2024-07-25 15:03:36 +02:00
..
inc Extended loplugin:ostr: opencl 2023-11-19 22:35:12 +01:00
opencltest
source workaround segfault in compiler on macos-clang-intel 2024-07-25 15:03:36 +02:00
Executable_opencltest.mk Add version resource to executables where it was missing 2019-08-31 00:22:28 +02:00
IwyuFilter_opencl.yaml
Library_opencl.mk Use less boost_headers in low level libraries 2024-03-06 21:23:17 +01:00
Makefile
Module_opencl.mk test in a separate helper process if OpenCL crashes (tdf#112252) 2019-04-29 10:40:12 +02:00
README.md

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.