hi, zeranoe
Do you want to do that on windows (eg. msys/msys2) ? If so, here is my way to
generate libOpenCL.a (OpenCL.dll import library).
On Win64 System
1. generate .def files
(a) for 64bit
mkdir lib64 && gendef - /c/Windows/system32/OpenCL.dll> lib64/OpenCL.def
(b) for 32bit
mkdir lib32 && g
I'm unable to link OpenCL for i686, but x86_64 works.
I'm creating the library files (.a) from a def file using dlltool. The def
file and headers come from the ICD archive found here:
https://www.khronos.org/registry/cl/
I'm attempting to run the following bash compile script:
for arch in "i686"
Hi Jacek
patch is ok.
Thanks
Kai
Am 04.09.2015 15:03 schrieb "Jacek Caban" :
> ---
> mingw-w64-headers/include/esent.h | 324
> +++---
> 1 file changed, 298 insertions(+), 26 deletions(-)
>
>
>
>
> -
---
mingw-w64-headers/include/esent.h | 324
+++---
1 file changed, 298 insertions(+), 26 deletions(-)
diff --git a/mingw-w64-headers/include/esent.h b/mingw-w64-headers/include/esent.h
index 8d99709..b327228 100644
--- a/mingw-w64-headers/include/esent.h
+++ b/mi