File mingw64-freeocl.changes of Package mingw64-freeocl
-------------------------------------------------------------------
Tue Feb 6 20:07:08 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.3.6+git20180106
- Misc build fixes
-------------------------------------------------------------------
Sat Apr 07 18:56:41 UTC 2018 - mardnh@gmx.de
- Update to version 0.3.6.git1515258797.6d1d5c9:
* fixed cl_platform.h header
* added missing header in threadpool.cpp
-------------------------------------------------------------------
Wed Sep 30 18:50:11 UTC 2015 - mardnh@gmx.de
- Update to version 0.3.6.git1443563795.d33d194:
+ Fix a stupid type when comparing mem flags for clCreateBuffer
+ clEnqueue[Read,Write]Buffer: test buffer access flags
+ clGetKernelWorkGroupInfo: NULL device allowed if only one device associated with kernel
+ isinf: native libm differentiates pos/neg inf, opencl does not
+ add alternate vector form of ldexp
+ Fix long sub_sat
+ * fixed parser not recognizing pattern "%d*\." as a floatting point number (the '.' was dropped)
+ * fixed swizzling syntax not being recognized as valid when output is wider than input vector
+ * fixed implementation of any/all/select for vector of wide scalar elements (for 64bits elements the mask was computed in 32bits and always was 0) * fixed macro_expansion code depending on a C++11 only feature
+ * informations about kernel arguments are stored in a std::deque of structs instead of several std::deque * for Linux, calls to /sbin/sysctl are replaced with only sysctl (because it may be somewhere else)
-------------------------------------------------------------------
Sat Sep 26 17:33:59 UTC 2015 - mardnh@gmx.de
- initial mingw64-package