diff options
Diffstat (limited to 'sysdeps/aarch64/fpu/math-use-builtins-floor.h')
-rw-r--r-- | sysdeps/aarch64/fpu/math-use-builtins-floor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/aarch64/fpu/math-use-builtins-floor.h b/sysdeps/aarch64/fpu/math-use-builtins-floor.h new file mode 100644 index 0000000000..553c0674af --- /dev/null +++ b/sysdeps/aarch64/fpu/math-use-builtins-floor.h @@ -0,0 +1,4 @@ +#define USE_FLOOR_BUILTIN 1 +#define USE_FLOORF_BUILTIN 1 +#define USE_FLOORL_BUILTIN 0 +#define USE_FLOORF128_BUILTIN 0 |