Changelog for
freeocl-0.3.6.git1515258797.6d1d5c9-1.1.x86_64.rpm :
Wed Apr 11 14:00:00 2018 mardnhAATTgmx.de
- Update to version 0.3.6.git1515258797.6d1d5c9:
* fixed cl_platform.h header
* added missing header in threadpool.cpp
Wed Sep 30 14:00:00 2015 mardnhAATTgmx.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)
Mon Sep 21 14:00:00 2015 mardnhAATTgmx.de
- update to versin svn rev400
Sat Jul 4 14:00:00 2015 mardnhAATTgmx.de
- update to versin svn rev397
Sun Feb 1 13:00:00 2015 mardnhAATTgmx.de
- update to version svn rev391
Tue Oct 7 14:00:00 2014 mardnhAATTgmx.de
- update to version svn rev389
Mon Aug 4 14:00:00 2014 mardnhAATTgmx.de
- update to version svn rev340
* fixed SSE2 intrinsic being used without checking for SSE2 in OpenCL headers
* defaults flags require static linkage for libgcc and libstdc++
Mon Aug 4 14:00:00 2014 mardnhAATTgmx.de
- added freeocl.rpmlintrc
- added freeocl-devel to the runtime dependencies
Mon Aug 4 14:00:00 2014 mardnhAATTgmx.de
- update to version svn rev339
- removed patch: freeocl-cmake-libsuffix.diff (now included upstream)
- minor specfile cleanup
Wed Jul 30 14:00:00 2014 mardnhAATTgmx.de
- initial spec file written from scratch - version svn rev334
- the icd-subpackage should be handled in a better way