]> git.pld-linux.org Git - packages/rpm-pld-macros.git/commitdiff
add %arch_with_atomics128; 2.026 auto/th/rpm-pld-macros-2.026-1
authorJan Palus <atler@pld-linux.org>
Mon, 24 Jul 2023 22:17:16 +0000 (00:17 +0200)
committerJan Palus <atler@pld-linux.org>
Mon, 24 Jul 2023 22:17:16 +0000 (00:17 +0200)
defines list of architectures with support for 16-byte (128-bit) atomics

macros.arch
rpm-pld-macros.spec

index 88e6f462ce5b9878cbb7b8fcdc88feb613775aa0..bc22441c862689799fc023f5d521839f5fd447e0 100644 (file)
@@ -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
index a71b0cdfc4a1041427cbbdfe31f8482388caa79b..2f94da7f74a7b7c22d3cba83ae36864e266cb2d1 100644 (file)
@@ -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
This page took 0.292627 seconds and 4 git commands to generate.