Define the widest addition primitives first, so that
they're already defined before being used by the
narrower muladd primitive.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
#define FloatPartsN glue(FloatParts,N)
#define FloatPartsW glue(FloatParts,W)
-#define N 64
-#define W 128
+#define N 256
#include "softfloat-parts-addsub.c.inc"
-#include "softfloat-parts.c.inc"
#undef N
-#undef W
#define N 128
#define W 256
#undef N
#undef W
-#define N 256
+#define N 64
+#define W 128
#include "softfloat-parts-addsub.c.inc"
+#include "softfloat-parts.c.inc"
#undef N
#undef W