about summary refs log tree commit diff
path: root/sysdeps/generic/math-use-builtins-llrint.h
Commit message (Collapse)AuthorAgeFilesLines
* Use GCC builtins for llrint functions if desired.Xiaolin Tang2022-11-291-0/+4
This patch is using the corresponding GCC builtin for llrintf, llrint, llrintl and llrintf128 if the USE_FUNCTION_BUILTIN macros are defined to one in math-use-builtins-function.h. Co-Authored-By: Xi Ruoyao <xry111@xry111.site>