Replace M_El with lit_e in libm-test.inc
[glibc.git] / sysdeps / x86_64 / fpu / dla.h
blob688efa0f5b001eb726782445bb8954952dd96524
1 #include <features.h>
3 #ifdef __FMA4__
4 # define DLA_FMS(x,y,z) \
5 __builtin_fma (x, y, -(z))
6 #endif
8 #include "sysdeps/ieee754/dbl-64/dla.h"