[Git][pulseaudio/webrtc-audio-processing][master] 2 commits: arch.h: Add s390x support

Arun Raghavan (@arun) gitlab at gitlab.freedesktop.org
Thu Apr 17 16:09:59 UTC 2025



Arun Raghavan pushed to branch master at PulseAudio / webrtc-audio-processing


Commits:
fe8f3672 by J. Neuschäfer at 2025-04-17T13:53:09+00:00
arch.h: Add s390x support

- - - - -
65bea7a0 by J. Neuschäfer at 2025-04-17T13:53:09+00:00
patches: Track s390x support patch

- - - - -


2 changed files:

- + patches/0001-arch.h-Add-s390x-support.patch
- webrtc/rtc_base/system/arch.h


Changes:

=====================================
patches/0001-arch.h-Add-s390x-support.patch
=====================================
@@ -0,0 +1,28 @@
+From 9270389e62ac5d5711cfefe32852fd63248af105 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?J=2E=20Neusch=C3=A4fer?= <j.ne at posteo.net>
+Date: Tue, 21 Jan 2025 02:01:15 +0000
+Subject: [PATCH] arch.h: Add s390x support
+
+---
+ webrtc/rtc_base/system/arch.h | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/webrtc/rtc_base/system/arch.h b/webrtc/rtc_base/system/arch.h
+index 9d945ef..78cb2b6 100644
+--- a/webrtc/rtc_base/system/arch.h
++++ b/webrtc/rtc_base/system/arch.h
+@@ -83,6 +83,11 @@
+ #define WEBRTC_ARCH_LOONG64
+ #define WEBRTC_ARCH_64_BITS
+ #define WEBRTC_ARCH_LITTLE_ENDIAN
++#elif defined(__s390x__)
++#define WEBRTC_ARCH_S390_FAMILY
++#define WEBRTC_ARCH_S390X
++#define WEBRTC_ARCH_64_BITS
++#define WEBRTC_ARCH_BIG_ENDIAN
+ #elif defined(__pnacl__)
+ #define WEBRTC_ARCH_32_BITS
+ #define WEBRTC_ARCH_LITTLE_ENDIAN
+-- 
+2.48.0.rc1.219.gb6b6757d772
+


=====================================
webrtc/rtc_base/system/arch.h
=====================================
@@ -83,6 +83,11 @@
 #define WEBRTC_ARCH_LOONG64
 #define WEBRTC_ARCH_64_BITS
 #define WEBRTC_ARCH_LITTLE_ENDIAN
+#elif defined(__s390x__)
+#define WEBRTC_ARCH_S390_FAMILY
+#define WEBRTC_ARCH_S390X
+#define WEBRTC_ARCH_64_BITS
+#define WEBRTC_ARCH_BIG_ENDIAN
 #elif defined(__pnacl__)
 #define WEBRTC_ARCH_32_BITS
 #define WEBRTC_ARCH_LITTLE_ENDIAN



View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/compare/a260b2e8b9ca00119eb6c683121d5c40e040bce6...65bea7a0b167509703dbf841a4e2192d6fd659e6

-- 
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/compare/a260b2e8b9ca00119eb6c683121d5c40e040bce6...65bea7a0b167509703dbf841a4e2192d6fd659e6
You're receiving this email because of your account on gitlab.freedesktop.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20250417/93427d76/attachment-0001.htm>


More information about the pulseaudio-commits mailing list