Skip to content

build-sys: meson: check HAVE_MMX and HAVE_SSE before calling initializers

While testing a fix for #1219 (closed) I found that build would fail on x86_64 if Meson SIMD module does not report all of HAVE_MMX and HAVE_SSE

This change fixes that by adding appropriate macro checks where needed.

Merge request reports