]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/generic/e_j1l.c
(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[thirdparty/glibc.git] / sysdeps / generic / e_j1l.c
CommitLineData
cccda09f
UD
1#include <math.h>
2#include <stdio.h>
d705269e 3#include <errno.h>
b6e20712 4#include "math_private.h"
cccda09f
UD
5
6long double
7__ieee754_j1l (long double x)
8{
9 fputs ("__ieee754_j1l not implemented\n", stderr);
d705269e 10 __set_errno (ENOSYS);
cccda09f
UD
11 return 0.0;
12}
13
6973fc01 14stub_warning (j1l)
11336c16
UD
15
16long double
17__ieee754_y1l (long double x)
18{
19 fputs ("__ieee754_y1l not implemented\n", stderr);
d705269e 20 __set_errno (ENOSYS);
11336c16
UD
21 return 0.0;
22}
23
6973fc01 24stub_warning (y1l)
f2ea0f5b 25#include <stub-tag.h>