summaryrefslogtreecommitdiff
path: root/libc/sysdeps/x86_64/dla.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/x86_64/dla.h')
-rw-r--r--libc/sysdeps/x86_64/dla.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/sysdeps/x86_64/dla.h b/libc/sysdeps/x86_64/dla.h
deleted file mode 100644
index 7aa06e5f6..000000000
--- a/libc/sysdeps/x86_64/dla.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#if defined __FMA4__ || defined __FMA__
-# define DLA_FMS(x,y,z) \
- __builtin_fma (x, y, -z)
-#endif
-
-#include "sysdeps/ieee754/dbl-64/dla.h"