forked from pool/libclc
Accepting request 559571 from home:pluskalm:branches:X11:XOrg
- Update to version 0.2.0+git.20171127: * configure.py: Add gfx900 (Vega, Raven) * math: Implement minmag * math: Implement maxmag * native_powr: Switch implementation to native_exp2 and native_log2 * native_divide: provide function implementation instead of macro * native_recip: provide function implementation instead of macro * native_rsqrt: Switch implementation to 1 / native_sqrt * native_tan: Switch implementation to use native_sin/native_cos * math: Use precomputed constant for log2(10.0) * native_exp10: Switch implementation to llvm intrinsic * native_sqrt: Switch implementation to llvm intrinsic * native_sin: Switch implementation to llvm intrinsic * native_cos: Switch implementation to llvm intrinsic * native_exp2: Switch implementation to llvm intrinsic * native_exp: Switch implementation to llvm intrinsic * amdgpu: Add workaround for unimplemented llvm.exp intrinsic * native_log10: Switch to generic native intrinsic inc file * native_log: Switch to generic native intrinsic inc file * native_log2: Switch to generic native intrinsic inc file OBS-URL: https://build.opensuse.org/request/show/559571 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=21
This commit is contained in:
parent
76d4182dab
commit
40a7402ed0
1
_service
1
_service
@ -4,7 +4,6 @@
|
|||||||
<param name="url">https://github.com/llvm-mirror/libclc.git</param>
|
<param name="url">https://github.com/llvm-mirror/libclc.git</param>
|
||||||
<param name="submodules">enable</param>
|
<param name="submodules">enable</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="revision">f07a10170a91a461e5ea1579ccb025526a372b7a</param>
|
|
||||||
<param name="versionformat">0.2.0+git.%cd</param>
|
<param name="versionformat">0.2.0+git.%cd</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/llvm-mirror/libclc.git</param>
|
<param name="url">https://github.com/llvm-mirror/libclc.git</param>
|
||||||
<param name="changesrevision">f07a10170a91a461e5ea1579ccb025526a372b7a</param>
|
<param name="changesrevision">d6384415ab854c68777dd77451aa2bc0d959da99</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bbcb1daf0368335d7633c0a65768365a708013bcd2a9867076a8ca159c88e315
|
|
||||||
size 99496
|
|
3
libclc-0.2.0+git.20171127.tar.xz
Normal file
3
libclc-0.2.0+git.20171127.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:03308dd536eea60be1bd450f280ebb830efd6eeb073589d9b69b625364b61edf
|
||||||
|
size 100272
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 23 08:24:44 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.2.0+git.20171127:
|
||||||
|
* configure.py: Add gfx900 (Vega, Raven)
|
||||||
|
* math: Implement minmag
|
||||||
|
* math: Implement maxmag
|
||||||
|
* native_powr: Switch implementation to native_exp2 and native_log2
|
||||||
|
* native_divide: provide function implementation instead of macro
|
||||||
|
* native_recip: provide function implementation instead of macro
|
||||||
|
* native_rsqrt: Switch implementation to 1 / native_sqrt
|
||||||
|
* native_tan: Switch implementation to use native_sin/native_cos
|
||||||
|
* math: Use precomputed constant for log2(10.0)
|
||||||
|
* native_exp10: Switch implementation to llvm intrinsic
|
||||||
|
* native_sqrt: Switch implementation to llvm intrinsic
|
||||||
|
* native_sin: Switch implementation to llvm intrinsic
|
||||||
|
* native_cos: Switch implementation to llvm intrinsic
|
||||||
|
* native_exp2: Switch implementation to llvm intrinsic
|
||||||
|
* native_exp: Switch implementation to llvm intrinsic
|
||||||
|
* amdgpu: Add workaround for unimplemented llvm.exp intrinsic
|
||||||
|
* native_log10: Switch to generic native intrinsic inc file
|
||||||
|
* native_log: Switch to generic native intrinsic inc file
|
||||||
|
* native_log2: Switch to generic native intrinsic inc file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 7 12:48:22 UTC 2017 - mpluskal@suse.com
|
Tue Nov 7 12:48:22 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libclc
|
Name: libclc
|
||||||
Version: 0.2.0+git.20171102
|
Version: 0.2.0+git.20171127
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenCL C programming language library
|
Summary: OpenCL C programming language library
|
||||||
License: BSD-3-Clause OR MIT
|
License: BSD-3-Clause OR MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user