File mingw64-freeocl.changes of Package mingw64-freeocl
-------------------------------------------------------------------
Mon Apr 3 20:41:01 UTC 2023 - Ralf Habacker <ralf.habacker@freenet.de>
- Use mingw64-cross-cmake package (boo#1209611)
-------------------------------------------------------------------
Mon Nov 7 11:06:09 UTC 2022 - Ralf Habacker <ralf.habacker@freenet.de>
- Fix mingw64-freeocl.noarch: W: devel-dependency mingw64-freeocl-devel
- Use _mingw64_cmake... macros (boo#1205135)
- Remove obsolete build references (boo#1201119)
- Remove invalid native reference to the pkgconfig package atomic_ops,
which was also not used with the mingw64 variant
- Remove using custom build type as the mingw64 gcc12 cross compiler
did not fail with release builds
-------------------------------------------------------------------
Fri Oct 14 10:22:06 UTC 2022 - Ralf Habacker <ralf.habacker@freenet.de>
- Add patch to fix building on Tumbleweed
* freeocl-0.3.6.git1515258797.6d1d5c9-fix-building.patch
-------------------------------------------------------------------
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