# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/pulseaudio/hotfix-arm-neon.patch # Copyright (C) 2023 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- pulseaudio-16.1/src/pulsecore/meson.build.vanilla 2023-05-15 12:35:23.280104212 +0200 +++ pulseaudio-16.1/src/pulsecore/meson.build 2023-05-15 12:42:53.757136738 +0200 @@ -177,14 +177,14 @@ 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'] }, + #{ 'neon' : ['remap_neon.c', 'sconv_neon.c', 'mix_neon.c'] }, ] libpulsecore_simd_lib = [] foreach simd_kwargs : simd_variants - if host_machine.cpu_family() == 'arm' and 'neon' in simd_kwargs + if 'neon' in simd_kwargs if not cc.compiles(''' #include int main() {