Checking patch math/libm-test-fmax.inc... error: while searching for: { TEST_ff_f (fmax, 0, 0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), TEST_ff_f (fmax, minus_zero, minus_zero, minus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), TEST_ff_f (fmax, 0, minus_zero, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED|IGNORE_ZERO_INF_SIGN), TEST_ff_f (fmax, minus_zero, 0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED|IGNORE_ZERO_INF_SIGN), TEST_ff_f (fmax, min_subnorm_value, -min_subnorm_value, min_subnorm_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), TEST_ff_f (fmax, -min_subnorm_value, min_subnorm_value, min_subnorm_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), TEST_ff_f (fmax, min_value, -min_value, min_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), error: patch failed: math/libm-test-fmax.inc:22 error: math/libm-test-fmax.inc: patch does not apply Checking patch math/libm-test-fmin.inc... error: while searching for: { TEST_ff_f (fmin, 0, 0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), TEST_ff_f (fmin, minus_zero, minus_zero, minus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), TEST_ff_f (fmin, 0, minus_zero, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED|IGNORE_ZERO_INF_SIGN), TEST_ff_f (fmin, minus_zero, 0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED|IGNORE_ZERO_INF_SIGN), TEST_ff_f (fmin, min_subnorm_value, -min_subnorm_value, -min_subnorm_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), TEST_ff_f (fmin, -min_subnorm_value, min_subnorm_value, -min_subnorm_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), TEST_ff_f (fmin, min_value, -min_value, -min_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), error: patch failed: math/libm-test-fmin.inc:22 error: math/libm-test-fmin.inc: patch does not apply Checking patch math/s_fmax_template.c... error: while searching for: #if M_USE_BUILTIN (FMAX) return M_SUF (__builtin_fmax) (x, y); #else if (isgreaterequal (x, y)) return x; else if (isless (x, y)) return y; else if (issignaling (x) || issignaling (y)) return x + y; error: patch failed: math/s_fmax_template.c:24 error: math/s_fmax_template.c: patch does not apply Checking patch math/s_fmin_template.c... error: while searching for: #if M_USE_BUILTIN (FMIN) return M_SUF (__builtin_fmin) (x, y); #else if (islessequal (x, y)) return x; else if (isgreater (x, y)) return y; else if (issignaling (x) || issignaling (y)) return x + y; error: patch failed: math/s_fmin_template.c:24 error: math/s_fmin_template.c: patch does not apply Checking patch sysdeps/i386/fpu/s_fmax.S... error: sysdeps/i386/fpu/s_fmax.S: No such file or directory Checking patch sysdeps/i386/fpu/s_fmaxf.S... error: sysdeps/i386/fpu/s_fmaxf.S: No such file or directory Checking patch sysdeps/i386/fpu/s_fmaxl.S... error: sysdeps/i386/fpu/s_fmaxl.S: No such file or directory Checking patch sysdeps/i386/fpu/s_fmin.S... error: sysdeps/i386/fpu/s_fmin.S: No such file or directory Checking patch sysdeps/i386/fpu/s_fminf.S... error: sysdeps/i386/fpu/s_fminf.S: No such file or directory Checking patch sysdeps/i386/fpu/s_fminl.S... error: sysdeps/i386/fpu/s_fminl.S: No such file or directory Checking patch sysdeps/i386/i686/fpu/s_fmax.S... error: sysdeps/i386/i686/fpu/s_fmax.S: No such file or directory Checking patch sysdeps/i386/i686/fpu/s_fmaxf.S... error: sysdeps/i386/i686/fpu/s_fmaxf.S: No such file or directory Checking patch sysdeps/i386/i686/fpu/s_fmaxl.S... error: sysdeps/i386/i686/fpu/s_fmaxl.S: No such file or directory Checking patch sysdeps/i386/i686/fpu/s_fmin.S... error: sysdeps/i386/i686/fpu/s_fmin.S: No such file or directory Checking patch sysdeps/i386/i686/fpu/s_fminf.S... error: sysdeps/i386/i686/fpu/s_fminf.S: No such file or directory Checking patch sysdeps/i386/i686/fpu/s_fminl.S... error: sysdeps/i386/i686/fpu/s_fminl.S: No such file or directory Checking patch sysdeps/x86_64/fpu/s_fmax.S... error: sysdeps/x86_64/fpu/s_fmax.S: No such file or directory Checking patch sysdeps/x86_64/fpu/s_fmaxf.S... error: sysdeps/x86_64/fpu/s_fmaxf.S: No such file or directory Checking patch sysdeps/x86_64/fpu/s_fmaxl.S... error: sysdeps/x86_64/fpu/s_fmaxl.S: No such file or directory Checking patch sysdeps/x86_64/fpu/s_fmin.S... error: sysdeps/x86_64/fpu/s_fmin.S: No such file or directory Checking patch sysdeps/x86_64/fpu/s_fminf.S... error: sysdeps/x86_64/fpu/s_fminf.S: No such file or directory Checking patch sysdeps/x86_64/fpu/s_fminl.S... error: sysdeps/x86_64/fpu/s_fminl.S: No such file or directory