2021-07-29 00:28:28 +00:00
|
|
|
From 5e83594fa0f7e18747030684f4de512052f2df56 Mon Sep 17 00:00:00 2001
|
2019-09-12 11:55:38 +00:00
|
|
|
From: Kevin Mihelich <kevin@archlinuxarm.org>
|
|
|
|
Date: Thu, 12 Sep 2019 05:44:39 -0600
|
|
|
|
Subject: [PATCH] disable neon
|
|
|
|
|
|
|
|
---
|
|
|
|
src/pulsecore/meson.build | 1 -
|
|
|
|
1 file changed, 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/src/pulsecore/meson.build b/src/pulsecore/meson.build
|
2021-07-29 00:28:28 +00:00
|
|
|
index d7f9ef2cf..933d1de0e 100644
|
2019-09-12 11:55:38 +00:00
|
|
|
--- a/src/pulsecore/meson.build
|
|
|
|
+++ b/src/pulsecore/meson.build
|
2021-07-29 00:28:28 +00:00
|
|
|
@@ -175,7 +175,6 @@ simd = import('unstable-simd')
|
|
|
|
simd_variants = [
|
|
|
|
{ 'mmx' : ['remap_mmx.c', 'svolume_mmx.c'] },
|
|
|
|
{ 'sse' : ['remap_sse.c', 'sconv_sse.c', 'svolume_sse.c'] },
|
|
|
|
- { 'neon' : ['remap_neon.c', 'sconv_neon.c', 'mix_neon.c'] },
|
|
|
|
]
|
|
|
|
|
|
|
|
libpulsecore_simd_lib = []
|
2019-09-12 11:55:38 +00:00
|
|
|
--
|
2021-07-29 00:28:28 +00:00
|
|
|
2.30.0
|
2019-09-12 11:55:38 +00:00
|
|
|
|