Re: [patch,avr]: Ad PR54222: Support absolute value functions to stdfix.h

2013-01-24 Thread Denis Chertykov
2013/1/24 Georg-Johann Lay : > This patch adds the absolute value functions to stdfix.h. > > DEF_BUILTIN gets one more argument LIBNAME that sets the library name. If no > folding is found, for some builtins it's more convenient to call libgcc > support > directly instead of expanding to an insn.

[patch,avr]: Ad PR54222: Support absolute value functions to stdfix.h

2013-01-24 Thread Georg-Johann Lay
This patch adds the absolute value functions to stdfix.h. DEF_BUILTIN gets one more argument LIBNAME that sets the library name. If no folding is found, for some builtins it's more convenient to call libgcc support directly instead of expanding to an insn. gcc's folding is not very good, thus im