From c8b3296bbeee2f482354f833f506ac91d142e147 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 23 Oct 2011 12:50:28 -0400 Subject: Clean up last dla.h change --- sysdeps/x86_64/dla.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sysdeps/x86_64/dla.h (limited to 'sysdeps/x86_64') diff --git a/sysdeps/x86_64/dla.h b/sysdeps/x86_64/dla.h new file mode 100644 index 0000000000..bb6c8c4be0 --- /dev/null +++ b/sysdeps/x86_64/dla.h @@ -0,0 +1,9 @@ +#ifdef __FMA4__ +# define DLA_FMA(x,y,z) \ + ({ double __zz; \ + asm ("vfmsubsd %3, %2, %1, %0" \ + : "=x" (__zz) : "x" (x), "xm" (y), "x" (z)); \ + __zz; }) +#endif + +#include "sysdeps/ieee754/dbl-64/dla.h" -- cgit v1.2.3