mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
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>fw/vfprintf-2
committed by
caiyinyu
6 changed files with 43 additions and 17 deletions
@ -0,0 +1,4 @@ |
|||
#define USE_LLRINT_BUILTIN 0 |
|||
#define USE_LLRINTF_BUILTIN 0 |
|||
#define USE_LLRINTL_BUILTIN 0 |
|||
#define USE_LLRINTF128_BUILTIN 0 |
|||
Loading…
Reference in new issue