summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/dla.h
blob: 688efa0f5b001eb726782445bb8954952dd96524 (plain)
1
2
3
4
5
6
7
8
#include <features.h>

#ifdef __FMA4__
# define DLA_FMS(x,y,z) \
  __builtin_fma (x, y, -(z))
#endif

#include "sysdeps/ieee754/dbl-64/dla.h"