mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
24 lines
712 B
Diff
24 lines
712 B
Diff
From 5e83594fa0f7e18747030684f4de512052f2df56 Mon Sep 17 00:00:00 2001
|
|
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
|
|
index d7f9ef2cf..933d1de0e 100644
|
|
--- a/src/pulsecore/meson.build
|
|
+++ b/src/pulsecore/meson.build
|
|
@@ -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 = []
|
|
--
|
|
2.30.0
|
|
|