aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/dla.h
blob: 7aa06e5f6f0107c1ed43758d53848ed52078b405 (plain)
1
2
3
4
5
6
#if defined __FMA4__ || defined __FMA__
# define DLA_FMS(x,y,z) \
  __builtin_fma (x, y, -z)
#endif

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