diff options
Diffstat (limited to 'sysdeps/ieee754/float128/e_sinhf128.c')
-rw-r--r-- | sysdeps/ieee754/float128/e_sinhf128.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/ieee754/float128/e_sinhf128.c b/sysdeps/ieee754/float128/e_sinhf128.c new file mode 100644 index 0000000000..42a54e0015 --- /dev/null +++ b/sysdeps/ieee754/float128/e_sinhf128.c @@ -0,0 +1,2 @@ +#include <float128_private.h> +#include "../ldbl-128/e_sinhl.c" |