summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/dla.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/fpu/dla.h')
-rw-r--r--sysdeps/x86_64/fpu/dla.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sysdeps/x86_64/fpu/dla.h b/sysdeps/x86_64/fpu/dla.h
deleted file mode 100644
index 688efa0f5b..0000000000
--- a/sysdeps/x86_64/fpu/dla.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <features.h>
-
-#ifdef __FMA4__
-# define DLA_FMS(x,y,z) \
- __builtin_fma (x, y, -(z))
-#endif
-
-#include "sysdeps/ieee754/dbl-64/dla.h"