[packages/rpm-pld-macros] add %arch_with_atomics128; 2.026
atler
atler at pld-linux.org
Tue Jul 25 02:31:20 CEST 2023
commit 246bb2289db78113847d2221f5d2367800bc615e
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Jul 25 00:17:16 2023 +0200
add %arch_with_atomics128; 2.026
defines list of architectures with support for 16-byte (128-bit) atomics
macros.arch | 3 +++
rpm-pld-macros.spec | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/rpm-pld-macros.spec b/rpm-pld-macros.spec
index a71b0cd..2f94da7 100644
--- a/rpm-pld-macros.spec
+++ b/rpm-pld-macros.spec
@@ -1,4 +1,4 @@
-%define rpm_macros_rev 2.025
+%define rpm_macros_rev 2.026
%define find_lang_rev 1.41
# split into individual X_prov_ver if there is a reason to desync
%define prov_ver 4.15
diff --git a/macros.arch b/macros.arch
index 88e6f46..bc22441 100644
--- a/macros.arch
+++ b/macros.arch
@@ -22,3 +22,6 @@
# architectures with support for 8-byte (64 bits) atomics
%arch_with_atomics64 i586 i686 athlon pentium2 pentium3 pentium4 %{x8664} x32 %{armv7} %{armv8} aarch64 mips64 ppc64 sparcv9 sparc64
+
+# architectures with support for 16-byte (128 bits) atomics
+%arch_with_atomics128 x86_64_v2 x86_64_v3 x86_64_v4
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm-pld-macros.git/commitdiff/246bb2289db78113847d2221f5d2367800bc615e
More information about the pld-cvs-commit
mailing list