opencv/modules/ocl
Tom Stellard 934394c5e2 ocl: Don't use 'inline' attribute on functions
In C99 'inline' is not a hint to the compiler to inline the function,
it is an attribute that affects the linkage of the function.  'inline'
functions are required to have a definition in a different compiliation
unit, so compilers are free to delete 'inline' functions if they want to.

This issue can be seen in Clang when compiling at -O0.  Clang
will sometimes delete 'inline' functions which creates an invalid
program.

Issue 3746: http://code.opencv.org/issues/3746
2014-09-19 16:13:57 -04:00
..
doc Revert "Merge pull request #1779 from perping:integral_2.4" 2014-03-28 16:05:04 +04:00
include/opencv2/ocl ocl: fix mac and superres test 2014-07-02 11:54:20 +04:00
perf ocl: fix pyrUp perf test 2014-07-30 13:27:36 +04:00
src ocl: Don't use 'inline' attribute on functions 2014-09-19 16:13:57 -04:00
test Revert "Merge pull request #1779 from perping:integral_2.4" 2014-03-28 16:05:04 +04:00
CMakeLists.txt ocl: add support for initialization from user-provided OpenCL handles 2013-12-12 19:59:22 +04:00