about summary refs log tree commit diff
path: root/sysdeps/ieee754/float128/s_fmaf128.c
blob: af28f5e724b0822046301b993332e0e12860a7b3 (plain) (blame)
1
2
3
4
5
#define NO_MATH_REDIRECT
#define f64xfmaf128 __hide_f64xfmaf128
#include <float128_private.h>
#undef f64xfmaf128
#include "../ldbl-128/s_fmal.c"