summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/float128/s_f64mulf128.c
blob: 47a645ac4d737d5c2bc3196b0480a2e4d551c14a (plain)
1
2
3
4
5
6
7
8
9
10
#define f32xmulf64x __hide_f32xmulf64x
#define f32xmulf128 __hide_f32xmulf128
#define f64mulf64x __hide_f64mulf64x
#define f64mulf128 __hide_f64mulf128
#include <float128_private.h>
#undef f32xmulf64x
#undef f32xmulf128
#undef f64mulf64x
#undef f64mulf128
#include "../ldbl-128/s_dmull.c"