blob: 459903db9239038962f531d8149a4c1de7a0eabb (
plain) (
blame)
1
2
3
4
5
6
|
#define f32fmaf64x __hide_f32fmaf64x
#define f32fmaf128 __hide_f32fmaf128
#include <float128_private.h>
#undef f32fmaf64x
#undef f32fmaf128
#include "../ldbl-128/s_ffmal.c"
|