summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/float128/s_f64subf128.c
blob: 89ef5a7cc6bdfcbe457cad8909174f93f3c61a4d (plain)
1
2
3
4
5
6
7
8
9
10
#define f32xsubf64x __hide_f32xsubf64x
#define f32xsubf128 __hide_f32xsubf128
#define f64subf64x __hide_f64subf64x
#define f64subf128 __hide_f64subf128
#include <float128_private.h>
#undef f32xsubf64x
#undef f32xsubf128
#undef f64subf64x
#undef f64subf128
#include "../ldbl-128/s_dsubl.c"