diff --git a/options/ansi/meson.build b/options/ansi/meson.build index 9a919320..065d90cf 100644 --- a/options/ansi/meson.build +++ b/options/ansi/meson.build @@ -120,6 +120,8 @@ if not headers_only 'musl-generic-math/floorf.c', 'musl-generic-math/floorl.c', 'musl-generic-math/fma.c', + 'musl-generic-math/fmaf.c', + 'musl-generic-math/fmal.c', 'musl-generic-math/fmax.c', 'musl-generic-math/fmaxf.c', 'musl-generic-math/fmaxl.c', diff --git a/options/ansi/musl-generic-math/fmaf.ignored-c b/options/ansi/musl-generic-math/fmaf.c similarity index 100% rename from options/ansi/musl-generic-math/fmaf.ignored-c rename to options/ansi/musl-generic-math/fmaf.c diff --git a/options/ansi/musl-generic-math/fmal.ignored-c b/options/ansi/musl-generic-math/fmal.c similarity index 100% rename from options/ansi/musl-generic-math/fmal.ignored-c rename to options/ansi/musl-generic-math/fmal.c