2011-10-25 02:11:21 +00:00
|
|
|
#include <features.h>
|
|
|
|
|
2011-10-25 01:17:10 +00:00
|
|
|
#ifdef __FMA4__
|
2014-11-14 18:53:07 +00:00
|
|
|
# define DLA_FMS(x,y,z) \
|
2011-10-25 02:11:21 +00:00
|
|
|
__builtin_fma (x, y, -(z))
|
2011-10-23 16:50:28 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "sysdeps/ieee754/dbl-64/dla.h"
|