mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-10-02 12:19:15 +02:00

gcc pr 95921. the m68k sqrt rtl handles excess precision wrong. I couldn't figure out how to make gcc generate the insn only for long double, but since long double usage is rare anyway, just remove it. this can be replaced with a proper fix later if there's ever one upstream.