Dinar Valeev
|
711f07a34c
|
Use __vector instead of vector as suggests Eigen
This fixes build on PowerPC where Eigen unsets vector, bool and pixel
Signed-off-by: Dinar Valeev <dvaleev@suse.com>
|
2014-01-16 21:53:49 +01:00 |
|
Roman Donchenko
|
11c7053b0f
|
Fixed a -Wundef warning in cl_platform.h.
_MSC_VER -> defined _MSC_VER. Fixes building with MinGW.
Similar to fbc91c5ee .
|
2013-12-04 12:39:20 +04:00 |
|
Alexander Alekhin
|
fbc91c5ee9
|
ocl: fix cl_platform.h:95: #elif _WIN32 -> #elif defined(_WIN32)
|
2013-11-22 18:24:20 +04:00 |
|
Alexander Alekhin
|
9d380ecc08
|
added Khronos OpenCL 1.2 header files
|
2013-10-18 15:44:55 +04:00 |
|