diff options
Diffstat (limited to 'sysdeps/generic')
| -rw-r--r-- | sysdeps/generic/math-use-builtins-llrint.h | 4 | ||||
| -rw-r--r-- | sysdeps/generic/math-use-builtins.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/generic/math-use-builtins-llrint.h b/sysdeps/generic/math-use-builtins-llrint.h new file mode 100644 index 0000000000..ced6a327a1 --- /dev/null +++ b/sysdeps/generic/math-use-builtins-llrint.h @@ -0,0 +1,4 @@ +#define USE_LLRINT_BUILTIN 0 +#define USE_LLRINTF_BUILTIN 0 +#define USE_LLRINTL_BUILTIN 0 +#define USE_LLRINTF128_BUILTIN 0 diff --git a/sysdeps/generic/math-use-builtins.h b/sysdeps/generic/math-use-builtins.h index 3acec1d538..dddeaa4ea8 100644 --- a/sysdeps/generic/math-use-builtins.h +++ b/sysdeps/generic/math-use-builtins.h @@ -38,5 +38,6 @@ #include <math-use-builtins-fmin.h> #include <math-use-builtins-fabs.h> #include <math-use-builtins-lrint.h> +#include <math-use-builtins-llrint.h> #endif /* MATH_USE_BUILTINS_H */ |
