[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] build-sys: meson: check if NEON code can be compiled on arm

2021-06-05 Thread PulseAudio Marge Bot (@pulseaudio-merge-bot)
PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio Commits: 6d2a49a6 by garrison at 2021-06-05T15:14:59+00:00 build-sys: meson: check if NEON code can be compiled on arm When Meson SIMD module returns HAVE_NEON=1 on arm host, do extra compile check to verify compiler can

[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] build-sys: meson: check HAVE_MMX and HAVE_SSE before calling initializers

2021-06-05 Thread PulseAudio Marge Bot (@pulseaudio-merge-bot)
PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio Commits: e0d9231b by Igor V. Kovalenko at 2021-06-05T15:16:37+03:00 build-sys: meson: check HAVE_MMX and HAVE_SSE before calling initializers Part-of: