blob: 74e91abd4d1add14323c053147c5ba17d992fd3a (
plain) (
blame)
1
2
3
4
5
6
|
#define f32sqrtf64x __hide_f32sqrtf64x
#define f32sqrtf128 __hide_f32sqrtf128
#include <float128_private.h>
#undef f32sqrtf64x
#undef f32sqrtf128
#include "../ldbl-128/s_fsqrtl.c"
|