about summary refs log tree commit diff
path: root/sysdeps/ieee754/float128/s_f64sqrtf128.c
blob: 8373879d42239db3c84b090694d82a5cb14ffcda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#define f32xsqrtf64x __hide_f32xsqrtf64x
#define f32xsqrtf128 __hide_f32xsqrtf128
#define f64sqrtf64x __hide_f64sqrtf64x
#define f64sqrtf128 __hide_f64sqrtf128
#include <float128_private.h>
#undef f32xsqrtf64x
#undef f32xsqrtf128
#undef f64sqrtf64x
#undef f64sqrtf128
#include "../ldbl-128/s_dsqrtl.c"