33d922ea07
Recent GCC 10 trunk in C++20 mode reports issues like > include/opencl/OpenCLZone.hxx:27:9: error: ‘++’ expression of ‘volatile’-qualified type is deprecated [-Werror=volatile] > 27 | gnEnterCount++; > | ^~~~~~~~~~~~ But unlike in the case of |
||
---|---|---|
.. | ||
inc | ||
opencltest | ||
source | ||
Executable_opencltest.mk | ||
IwyuFilter_opencl.yaml | ||
Library_opencl.mk | ||
Makefile | ||
Module_opencl.mk | ||
README |
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.