]> git.pld-linux.org Git - packages/firefox.git/commitdiff
add -msse2 to a couple more places in libwebrtc on x86
authorJan Palus <atler@pld-linux.org>
Wed, 19 Oct 2022 00:04:48 +0000 (02:04 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 19 Oct 2022 00:04:48 +0000 (02:04 +0200)
x86-flags.patch

index 3cce7a6edf3e94b3aaa3eef4642445f1685b09f8..abbfd0e47739a3dec818613a5fdd311b83d0f3c5 100644 (file)
      DEFINES["WEBRTC_ENABLE_AVX2"] = True
      DEFINES["_GNU_SOURCE"] = True
  
+--- firefox-106.0/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_layers_gn/moz.build.orig 2022-10-10 18:05:26.000000000 +0200
++++ firefox-106.0/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_layers_gn/moz.build      2022-10-19 01:43:49.385751101 +0200
+@@ -202,6 +202,10 @@
+ if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux":
++    CXXFLAGS += [
++        "-msse2"
++    ]
++
+     DEFINES["WEBRTC_ENABLE_AVX2"] = True
+     DEFINES["_GNU_SOURCE"] = True
+--- firefox-106.0/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_pitch_gn/moz.build.orig  2022-10-19 02:03:30.208001521 +0200
++++ firefox-106.0/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_pitch_gn/moz.build       2022-10-19 01:48:09.492726376 +0200
+@@ -202,6 +202,10 @@
+ if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux":
++    CXXFLAGS += [
++        "-msse2"
++    ]
++
+     DEFINES["WEBRTC_ENABLE_AVX2"] = True
+     DEFINES["_GNU_SOURCE"] = True
+--- firefox-106.0/third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build.orig      2022-10-19 01:55:11.284923214 +0200
++++ firefox-106.0/third_party/libwebrtc/third_party/pffft/pffft_gn/moz.build   2022-10-19 01:53:50.047302289 +0200
+@@ -155,6 +155,10 @@
+ if CONFIG["CPU_ARCH"] == "x86" and CONFIG["OS_TARGET"] == "Linux":
++    CFLAGS += [
++        "-msse2"
++    ]
++
+     DEFINES["_GNU_SOURCE"] = True
+ if CONFIG["CPU_ARCH"] == "x86_64" and CONFIG["OS_TARGET"] == "Linux":
This page took 0.051138 seconds and 4 git commands to generate.