about summary refs log tree commit diff
path: root/sysdeps/generic/math-use-builtins-roundeven.h
Commit message (Collapse)AuthorAgeFilesLines
* Use GCC builtins for roundeven functions if desired.Shen-Ta Hsieh2021-06-271-0/+4
This patch is using the corresponding GCC builtin for roundevenf, roundeven and roundevenl if the USE_FUNCTION_BUILTIN macros are defined to one in math-use-builtins.h. These builtin functions is supported since GCC 10. The code of the generic implementation is not changed. Signed-off-by: Shen-Ta Hsieh <ibmibmibm.tw@gmail.com> Reviewed-by: H.J. Lu <hjl.tools@gmail.com>