forked from pool/libclc
Accepting request 1158636 from home:aaronpuchert:llvm-next
- Update to version 18.1.0. * Fix signed integer underflow in abs_diff. * Teach prepare-builtins how to handle text-based IR. * Add half implementation for erf/erfc. * Add missing AMD gfx symlinks. OBS-URL: https://build.opensuse.org/request/show/1158636 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libclc?expand=0&rev=65
This commit is contained in:
parent
806cb3d1b1
commit
c582c7dc70
BIN
libclc-17.0.1.src.tar.xz
(Stored with Git LFS)
BIN
libclc-17.0.1.src.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
3
libclc-18.1.0.src.tar.xz
Normal file
3
libclc-18.1.0.src.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a2faf505c8c1703c21a2999a10b0f0b4d24180f407b1cafe8d08d04cedc30e5b
|
||||||
|
size 126568
|
BIN
libclc-18.1.0.src.tar.xz.sig
Normal file
BIN
libclc-18.1.0.src.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 9 22:30:18 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
|
||||||
|
- Update to version 18.1.0.
|
||||||
|
* Fix signed integer underflow in abs_diff.
|
||||||
|
* Teach prepare-builtins how to handle text-based IR.
|
||||||
|
* Add half implementation for erf/erfc.
|
||||||
|
* Add missing AMD gfx symlinks.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 20 12:57:41 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
Mon Nov 20 12:57:41 UTC 2023 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libclc
|
# spec file for package libclc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _libclc_llvm_ver 17.0.1
|
%define _libclc_llvm_ver 18.1.0
|
||||||
%define _version %_libclc_llvm_ver%{?_rc:rc%_rc}
|
%define _version %_libclc_llvm_ver%{?_rc:rc%_rc}
|
||||||
%define _tagver %_libclc_llvm_ver%{?_rc:-rc%_rc}
|
%define _tagver %_libclc_llvm_ver%{?_rc:-rc%_rc}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user