]> git.pld-linux.org Git - packages/pipewire.git/commitdiff
- rediff
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Apr 2021 18:19:57 +0000 (20:19 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Apr 2021 18:19:57 +0000 (20:19 +0200)
pipewire-gcc.patch

index c5ddf7302f2088098db0385717b532e6d9beb341..62bd0d26e397f827fb2a2b753fd52c641c6a377f 100644 (file)
@@ -1,7 +1,7 @@
 AVX code uses _mm256_setr_m128i() which requires gcc 8
---- pipewire-0.3.2/meson.build.orig    2020-03-26 12:34:54.000000000 +0100
-+++ pipewire-0.3.2/meson.build 2020-04-26 08:53:23.909636872 +0200
-@@ -77,7 +77,7 @@
+--- pipewire-0.3.24/meson.build.orig   2021-04-03 20:16:48.559894581 +0200
++++ pipewire-0.3.24/meson.build        2021-04-03 20:17:56.916756919 +0200
+@@ -110,8 +110,8 @@
  have_ssse3 = cc.has_argument(ssse3_args)
  have_sse41 = cc.has_argument(sse41_args)
  have_fma = cc.has_argument(fma_args)
@@ -10,4 +10,5 @@ AVX code uses _mm256_setr_m128i() which requires gcc 8
 +have_avx = cc.has_argument(avx_args) and not ((cc.get_id() == 'gcc') and cc.version().version_compare('< 8'))
 +have_avx2 = cc.has_argument(avx2_args) and not ((cc.get_id() == 'gcc') and cc.version().version_compare('< 8'))
  
- cdata = configuration_data()
+ have_neon = false
+ if host_machine.cpu_family() == 'aarch64'
This page took 0.494604 seconds and 4 git commands to generate.