aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/math-use-builtins-lrint.h
AgeCommit message (Collapse)Author
2022-11-29Use GCC builtins for lrint functions if desired.Xiaolin Tang
This patch is using the corresponding GCC builtin for lrintf, lrint, lrintl and lrintf128 if the USE_FUNCTION_BUILTIN macros are defined to one in math-use-builtins-function.h. Co-Authored-By: Xi Ruoyao <xry111@xry111.site>