diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..01c147c --- /dev/null +++ b/_servicedata @@ -0,0 +1,6 @@ + + + https://github.com/llvm-mirror/libclc.git + b518692b52a0bbdf9cf0e2167b9629dd9501abcd + + diff --git a/libclc.changes b/libclc.changes index 923a574..fbf3fc2 100644 --- a/libclc.changes +++ b/libclc.changes @@ -1,7 +1,17 @@ ------------------------------------------------------------------- Sun Jul 03 08:32:55 UTC 2016 - mpluskal@suse.com -- Update to version 0.2.0+git.20160209 +- Update to version 0.2.0+git.20160209: + * integer: remove explicit casts from _MIN definitions + * AMDGPU: Add alias for tonga + * AMDGPU: Add aliases for all VI targets + * Add _CLC_V_V_VP_VECTORIZE macro + * Implement modf math builtin + * math: Add frexp ported from amd-builtins + * math: Fix log2 vectorization on non-fp64 hw + * configure: Introduce per device defines + * configure: Remove cl_khr_fp64 for device that don't support doubles + * configure: Remove llvm 3.6 defines ------------------------------------------------------------------- Thu Dec 17 10:00:57 UTC 2015 - coolo@suse.com