mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
2b23ab1fea
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>
5 lines
118 B
C
5 lines
118 B
C
#define USE_LRINT_BUILTIN 0
|
|
#define USE_LRINTF_BUILTIN 0
|
|
#define USE_LRINTL_BUILTIN 0
|
|
#define USE_LRINTF128_BUILTIN 0
|