2017-11-09 00:08:33 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 7 12:48:22 UTC 2017 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.2.0+git.20171102:
|
|
|
|
* tgamma: Use unary_decl instead of custom inc file
|
|
|
|
* tanh: Use unary_decl instead of custom inc file
|
|
|
|
* tan: Use unary_decl instead of custom inc file
|
|
|
|
* sqrt: Use unary_decl instead of custom inc file
|
|
|
|
* sinpi: Use unary_decl instead of custom inc file
|
|
|
|
* sinh: Use unary_decl instead of custom inc file
|
|
|
|
* sin: Use unary_decl instead of custom inc file
|
|
|
|
* native_log: Use unary_decl instead of custom inc file
|
|
|
|
* native_log2: Use unary_decl instead of custom inc file
|
|
|
|
* native_log10: Use unary_decl instead of custom inc file
|
|
|
|
* log: Use unary_decl instead of custom inc file
|
|
|
|
* logb: Use unary_decl instead of custom inc file
|
|
|
|
* log2: Use unary_decl instead of custom inc file
|
|
|
|
* log1p: Use unary_decl instead of custom inc file
|
|
|
|
* lgamma: Use unary_decl instead of custom inc file
|
|
|
|
* exp2: Use unary_decl instead of custom inc file
|
|
|
|
* cospi: Use unary_decl instead of custom inc file
|
|
|
|
* cosh: Use unary_decl instead of custom inc file
|
|
|
|
* cos: Use unary_decl instead of custom inc file
|
|
|
|
* cbrt: Use unary_decl instead of custom inc file
|
|
|
|
* atanpi: Use unary_decl instead of custom inc file
|
|
|
|
* atanh: Use unary_decl instead of custom inc file
|
|
|
|
* atan: Use unary_decl instead of custom inc file
|
|
|
|
* asinpi: Use unary_decl instead of custom inc file
|
|
|
|
* asinh: Use unary_dec instead of custom inc file
|
|
|
|
* asin: Use unary_decl instead of custom inc file
|
|
|
|
* acospi: Use unary_decl instead of custom inc file
|
|
|
|
* acosh: Use unary_decl instead of custom inc file
|
|
|
|
* acos: Use unary_decl instead of custom inc file
|
|
|
|
* math: Implement native_log10
|
|
|
|
* amdgpu/math: Don't use llvm instrinsic for native_log
|
|
|
|
* shared: Implement aligned vector stores (vstorea_half)
|
|
|
|
* shared: Implement aligned vector loads (vloada_half)
|
|
|
|
* amdgcn: Add missing datalayout info to .ll files
|
|
|
|
* r600: Add missing datalayout to .ll files
|
|
|
|
* travis: enable checks of nvptx libraries
|
|
|
|
* travis: Enable external function call checks on llvm-{4,5}
|
|
|
|
* Make image builtins r600/llvm-3.9 only
|
|
|
|
* Implement mem_fence on ptx
|
|
|
|
* Make ptx barrier work irrespective of the cl_mem_fence_flags
|
|
|
|
* travis: Make sure we report failure even if only earlier checked files fail
|
|
|
|
* check_external_calls.sh: Print number of calls in tested file.
|
|
|
|
* ptx: Use __clc_nextafter to implement nextafter
|
|
|
|
* Do not include clc_nextafter header globally
|
|
|
|
* math/nextafter: Use custom declaration inc file
|
|
|
|
* math/binary_decl.inc: Do not declare mixed float/double functions
|
|
|
|
* ldexp: Fix double precision function return type
|
|
|
|
* configure: Fix handling of directories with compats only source lists
|
|
|
|
* Add vload_half helpers for ptx
|
|
|
|
* Add vstore_half helpers for ptx
|
|
|
|
* integer/sub_sat: Use clang builtin instead of llvm asm
|
|
|
|
* integer/add_sat: Use clang builtin instead of llvm asm
|
|
|
|
* integer/clz: Use clang builtin instead of llvm asm
|
|
|
|
* Let get_work_dim take exactly 0 arguments
|
|
|
|
* Do no circularly define NULL
|
|
|
|
* Fix amdgcn-amdhsa on llvm-3.9
|
|
|
|
* travis: Check built libraries on llvm-3.9
|
|
|
|
* Add script to check for unresolved function calls
|
|
|
|
* geometric: geometric functions are only supported for vector lengths <=4
|
|
|
|
* travis: add build using llvm-3.9
|
|
|
|
* Restore support for llvm-3.9
|
|
|
|
* Add missing HAVE_LLVM define to fix build with latest llvm
|
|
|
|
* Rework atomic ops to use clang builtins rather than llvm asm
|
|
|
|
* prepare_builtins: Fix compile breakage with older LLVM
|
|
|
|
* [Support] Rename tool_output_file to ToolOutputFile, NFC
|
|
|
|
- Use python3 for building
|
|
|
|
|
2017-09-21 05:12:31 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Sep 21 03:02:31 UTC 2017 - jimmy@boombatower.com
|
|
|
|
|
|
|
|
- Update to version 0.2.0+git.20170920:
|
|
|
|
* generic: add missing get_work_dim include
|
|
|
|
* add __kernel_exec macros
|
|
|
|
* configure.py: Make python3 friendly
|
|
|
|
* configure.py: Drop explicit import of int builtin
|
|
|
|
* amdgcn: Implement {read_,write_,}mem_fence builtin
|
|
|
|
* amdgcn: rewrite barrier() using fence and clang __builtin_amdgcn_s_barrier
|
|
|
|
* Add halfN types and enable fp16 when generating builtin declarations
|
|
|
|
* relational: Implement shuffle builtin
|
|
|
|
* relational: Implement shuffle2 builtin
|
|
|
|
* Fixup clc.h comment
|
|
|
|
* r600: Cleanup barrier implementation.
|
|
|
|
* amdgcn,waitcnt: Add datalayout info
|
|
|
|
* configure.py: Simplify compatibility sources
|
|
|
|
* vstore: Cleanup and add vstore(half)
|
|
|
|
* Implement vload_half{,n} and vload(half)
|
|
|
|
* integer: Add popcount implementation using ctpop intrinsic
|
|
|
|
* Add native_recip(x) as ((1)/(x))
|
|
|
|
* Add travis CI configuration file
|
|
|
|
* Implement cl_khr_int64_base_atomics builtins
|
|
|
|
* Implement cl_khr_int64_extended_atomics builtins
|
|
|
|
|
2017-04-12 22:22:50 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 12 19:37:03 UTC 2017 - jimmy@boombatower.com
|
|
|
|
|
|
|
|
- Update rpmlintrc to include both lib dir .pc files.
|
|
|
|
|
2017-04-12 19:50:17 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 10 15:44:21 UTC 2017 - jimmy@boombatower.com
|
|
|
|
|
|
|
|
- Update to version 0.2.0+git.20170225:
|
|
|
|
* Fix build since llvm r286566 and require at least llvm 4.0
|
|
|
|
* Fix build since r286752.
|
|
|
|
* math: Add expm1 builtin function
|
|
|
|
* math: Add logb builtin
|
|
|
|
* math: Add native_rsqrt builtin function
|
|
|
|
* Add the correct prefixes to the cl_khr_fp64 pragma
|
|
|
|
* Move BufferPtr into the block where it it being used
|
|
|
|
* math: Add native_tan as wrapper to tan
|
|
|
|
* .gitignore: Ignore amdgcn-mesa object directory
|
|
|
|
* math: Implement sinh function
|
|
|
|
|
2017-01-09 12:06:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Sep 25 17:24:10 UTC 2016 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Update to version 0.2.0+git.20160921:
|
|
|
|
* Avoid ambiguity in calling atom_add functions.
|
|
|
|
* Replace nextafter implementation
|
|
|
|
* Add ADDR_SPACE parameter to _CLC_V_V_VP_VECTORIZE
|
|
|
|
* math: Implement lgamma_r
|
|
|
|
* math: Implement lgamma
|
|
|
|
* math: Implement tgamma
|
|
|
|
* amdgcn-amdhsa: Add get_global_size() implementation
|
|
|
|
* amdgcn-amdhsa: Add get_num_groups implementation
|
|
|
|
* configure: Add amdgcn-mesa-mesa3d target
|
|
|
|
* Provide vstore_half helper to workaround clc restrictions
|
|
|
|
|
2016-07-08 22:23:55 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 03 08:32:55 UTC 2016 - mpluskal@suse.com
|
|
|
|
|
2016-07-08 22:40:20 +02:00
|
|
|
- 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
|
2016-07-08 22:23:55 +02:00
|
|
|
|
2015-12-17 11:04:24 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 17 10:00:57 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- fix license according to legal team
|
|
|
|
|
2015-12-17 11:03:57 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 17 10:00:44 UTC 2015 - sndirsch@suse.com
|
|
|
|
|
|
|
|
- modify license to 'BSD-3-Clause or MIT'
|
|
|
|
- added LICENSE.TXT file to %doc
|
|
|
|
|
2015-12-08 12:00:39 +01:00
|
|
|
-------------------------------------------------------------------
|
2015-12-09 18:54:21 +01:00
|
|
|
Wed Dec 9 17:37:18 UTC 2015 - mpluskal@suse.com
|
|
|
|
|
|
|
|
- Remove unnecessary ldconfig calls
|
|
|
|
- Rename rpmlintrc to libclc-rpmlintrc
|
|
|
|
- Minor spec file cleanup
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2015-12-08 12:00:39 +01:00
|
|
|
Tue Dec 8 11:00:01 UTC 2015 - sndirsch@suse.com
|
|
|
|
|
|
|
|
- used BSD-3-Clause instead of BSD-2-Clause in order to make our
|
|
|
|
legal team happy
|
|
|
|
|
2015-12-07 14:49:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Dec 7 13:49:34 UTC 2015 - sndirsch@suse.com
|
|
|
|
|
|
|
|
- added rpmlintrc as source to specfile
|
|
|
|
|
2015-12-02 16:15:58 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 2 07:39:37 UTC 2015 - jimmy@boombatower.com
|
|
|
|
|
|
|
|
- Remove devel package in favor of main package since libclc is
|
|
|
|
unusable without the header files used to compile OpenCL
|
|
|
|
applications against.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 30 07:29:46 UTC 2015 - jimmy@boombatower.com
|
|
|
|
|
|
|
|
- Merge home:X0F:HSF spec changes.
|
|
|
|
- Set _service file to static revisions in lieu of tags.
|
|
|
|
- Major cleanup of spec file.
|
|
|
|
- Apply spec-cleaner.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 3 00:00:00 UTC 2012 - pontostroy@gmail.com
|
|
|
|
|
|
|
|
- initial package
|