CVSROOT:        /cvs
Module name:    src
Changes by:     marty...@cvs.openbsd.org        2011/06/08 16:00:34

Modified files:
        gnu/usr.bin/gcc/gcc: builtins.def 

Log message:
On ARM, make GCC generate code which uses our library fabs, fabsf,
and fabsl calls, instead of inlining its builtins implemented with
__gedf2 & __negdf2 softfloat calls which is wrong and actually
slower.

Looked over by miod@.  Also kettenis@ noted, that GCC4 has this fixed.

Reply via email to