Mercurial > ecos
annotate packages/language/c/libm/current/ChangeLog @ 3292:7f8e529b4d82 default tip
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
| author | vae |
|---|---|
| date | Wed, 29 Apr 2015 23:31:48 +0000 |
| parents | 77f9d3253c3e |
| children |
| rev | line source |
|---|---|
|
3260
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
1 2013-08-25 Ilija Kocho <ilijak@siva.com.mk> |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
2 |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
3 * src/complex/cabs.c, src/complex/casinf.c, src/complex/ccosh.c, src/complex/cimagf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
4 * src/complex/cprojf.c, src/complex/ctan.c, src/complex/cabsf.c, src/complex/casinh.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
5 * src/complex/ccoshf.c, src/complex/clog.c, src/complex/creal.c, src/complex/ctanf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
6 * src/complex/cacos.c, src/complex/casinhf.c, src/complex/cephes_subr.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
7 * src/complex/clogf.c, src/complex/crealf.c, src/complex/ctanh.c, src/complex/cacosf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
8 * src/complex/catan.c, src/complex/cephes_subrf.c, src/complex/src/complex.tex, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
9 * src/complex/csin.c, src/complex/ctanhf.c, src/complex/cacosh.c, src/complex/catanf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
10 * src/complex/cephes_subrf.h src/complex/conj.c, src/complex/csinf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
11 * src/complex/cacoshf.c, src/complex/catanh.c, src/complex/cephes_subr.h |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
12 * src/complex/conjf.c, src/complex/csinh.c, src/complex/carg.c, src/complex/catanhf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
13 * src/complex/cexp.c, src/complex/cpow.c, src/complex/csinhf.c, src/complex/cargf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
14 * src/complex/ccos.c, src/complex/cexpf.c, src/complex/cpowf.c, src/complex/csqrt.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
15 * src/complex/casin.c, src/complex/ccosf.c, src/complex/cimag.c, src/complex/cproj.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
16 * src/complex/csqrtf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
17 * include/src/complex.h: |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
18 |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
19 Add: Complex number header and library (single and double precision floating point), |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
20 port from Newlib. [ Bugzilla 1001539 ] |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
21 |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
22 2013-08-25 Visar Zejnullahu <visar.siva.mk> |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
23 Ilija Kocho <ilijak@siva.com.mk> |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
24 |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
25 * cdl/compat.cdl, cdl/libm.cdl, include/complex.h, include/math.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
26 * src/float/ieee754-api/wf_acos.c, src/float/ieee754-api/wf_acosh.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
27 * src/float/ieee754-api/wf_asin.c, src/float/ieee754-api/wf_atan2.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
28 * src/float/ieee754-api/wf_atanh.c, src/float/ieee754-api/wf_cosh.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
29 * src/float/ieee754-api/wf_exp.c, src/float/ieee754-api/wf_fmod.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
30 * src/float/ieee754-api/wf_gamma.c, src/float/ieee754-api/wf_gamma_r.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
31 * src/float/ieee754-api/wf_hypot.c, src/float/ieee754-api/wf_j0.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
32 * src/float/ieee754-api/wf_j1.c, src/float/ieee754-api/wf_jn.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
33 * src/float/ieee754-api/wf_lgamma.c, src/float/ieee754-api/wf_lgamma_r.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
34 * src/float/ieee754-api/wf_log10.c, src/float/ieee754-api/wf_log.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
35 * src/float/ieee754-api/wf_pow.c, src/float/ieee754-api/wf_remainder.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
36 * src/float/ieee754-api/wf_scalb.c, src/float/ieee754-api/wf_sinh.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
37 * src/float/ieee754-api/wf_sqrt.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
38 * src/float/ieee754-core/ef_acos.c, src/float/ieee754-core/ef_acosh.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
39 * src/float/ieee754-core/ef_asin.c, src/float/ieee754-core/ef_atan2.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
40 * src/float/ieee754-core/ef_atanh.c, src/float/ieee754-core/ef_cosh.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
41 * src/float/ieee754-core/ef_exp.c, src/float/ieee754-core/ef_fmod.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
42 * src/float/ieee754-core/ef_gamma.c, src/float/ieee754-core/ef_gamma_r.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
43 * src/float/ieee754-core/ef_hypot.c, src/float/ieee754-core/ef_j0.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
44 * src/float/ieee754-core/ef_j1.c, src/float/ieee754-core/ef_jn.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
45 * src/float/ieee754-core/ef_lgamma.c, src/float/ieee754-core/ef_lgamma_r.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
46 * src/float/ieee754-core/ef_log10.c, src/float/ieee754-core/ef_log.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
47 * src/float/ieee754-core/ef_pow.c, src/float/ieee754-core/ef_remainder.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
48 * src/float/ieee754-core/ef_rem_pio2.c, src/float/ieee754-core/ef_scalb.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
49 * src/float/ieee754-core/ef_sinh.c, src/float/ieee754-core/ef_sqrt.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
50 * src/float/internal/kf_cos.c, src/float/internal/kf_rem_pio2.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
51 * src/float/internal/kf_sin.c, src/float/internal/kf_tan.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
52 * src/float/portable-api/sf_asinh.c, src/float/portable-api/sf_atan.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
53 * src/float/portable-api/sf_cbrt.c, src/float/portable-api/sf_ceil.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
54 * src/float/portable-api/sf_copysign.c, src/float/portable-api/sf_cos.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
55 * src/float/portable-api/sf_erf.c, src/float/portable-api/sf_expm1.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
56 * src/float/portable-api/sf_fabs.c, src/float/portable-api/sf_finite.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
57 * src/float/portable-api/sf_floor.c, src/float/portable-api/sf_frexp.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
58 * src/float/portable-api/sf_ilogb.c, src/float/portable-api/sf_isnan.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
59 * src/float/portable-api/sf_ldexp.c, src/float/portable-api/sf_log1p.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
60 * src/float/portable-api/sf_logb.c, src/float/portable-api/sf_modf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
61 * src/float/portable-api/sf_nextafter.c, src/float/portable-api/sf_rint.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
62 * src/float/portable-api/sf_scalbn.c, src/float/portable-api/sf_significand.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
63 * src/float/portable-api/sf_sin.c, src/float/portable-api/sf_tan.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
64 * src/float/portable-api/sf_tanh.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
65 * src/mathincl/fdlibm.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
66 * tests/vector_support.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
67 * tests/vectors/acosf.c, tests/vectors/atan2.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
68 * tests/vectors/copysignf.h, tests/vectors/expf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
69 * tests/vectors/fmodf.c, tests/vectors/ilogbf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
70 * tests/vectors/log10f.c, tests/vectors/modff.h, tests/vectors/scalbf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
71 * tests/vectors/sqrtf.h, tests/vectors/acosf.h, tests/vectors/atanf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
72 * tests/vectors/cosf.c, tests/vectors/exp.h, tests/vectors/fmodf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
73 * tests/vectors/isnanf.c, tests/vectors/log10f.h, tests/vectors/modf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
74 * tests/vectors/scalbnf.c, tests/vectors/sqrt.h, tests/vectors/acos.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
75 * tests/vectors/atanf.h, tests/vectors/cosf.h, tests/vectors/expm1f.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
76 * tests/vectors/fmod.h, tests/vectors/isnanf.h, tests/vectors/log10.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
77 * tests/vectors/nextafterf.c, tests/vectors/scalbnf.h, tests/vectors/tanf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
78 * tests/vectors/acoshf.c, tests/vectors/atan.h, tests/vectors/cos.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
79 * tests/vectors/expm1f.h, tests/vectors/frexpf.c, tests/vectors/j0f.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
80 * tests/vectors/log1pf.c, tests/vectors/nextafterf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
81 * tests/vectors/significandf.c, tests/vectors/tanf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
82 * tests/vectors/acoshf.h, tests/vectors/atanhf.c, tests/vectors/coshf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
83 * tests/vectors/fabsf.c, tests/vectors/frexpf.h, tests/vectors/j0f.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
84 * tests/vectors/log1pf.h, tests/vectors/powf.c, tests/vectors/significandf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
85 * tests/vectors/tan.h, tests/vectors/asinf.c, tests/vectors/atanhf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
86 * tests/vectors/coshf.h, tests/vectors/fabsf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
87 * tests/vectors/frexpf_visar.h, tests/vectors/j1f.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
88 * tests/vectors/logbf.c, tests/vectors/powf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
89 * tests/vectors/sinf.c, tests/vectors/tanhf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
90 * tests/vectors/asinf.h, tests/vectors/cbrtf.c, tests/vectors/cosh.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
91 * tests/vectors/fabs.h, tests/vectors/frexp.h, tests/vectors/j1f.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
92 * tests/vectors/logbf.h, tests/vectors/pow.h, tests/vectors/sinf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
93 * tests/vectors/tanhf.h, tests/vectors/asin.h, tests/vectors/cbrtf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
94 * tests/vectors/erfcf.c, tests/vectors/finitef.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
95 * tests/vectors/gammaf.c, tests/vectors/jnf.c, tests/vectors/logf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
96 * tests/vectors/remainderf.c, tests/vectors/sin.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
97 * tests/vectors/tanh.h, tests/vectors/asinhf.c, tests/vectors/ceilf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
98 * tests/vectors/erfcf.h, tests/vectors/finitef.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
99 * tests/vectors/gammaf.h, tests/vectors/jnf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
100 * tests/vectors/logf.h, tests/vectors/remainderf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
101 * tests/vectors/sinhf.c, tests/vectors/vector_support_float.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
102 * tests/vectors/asinhf.h, tests/vectors/ceilf.h, tests/vectors/erff.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
103 * tests/vectors/floorf.c, tests/vectors/hypotf.c, tests/vectors/ldexpf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
104 * tests/vectors/log.h, tests/vectors/rintf.c, tests/vectors/sinhf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
105 * tests/vectors/vector_support.h, tests/vectors/atan2f.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
106 * tests/vectors/ceil.h, tests/vectors/erff.h, tests/vectors/floorf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
107 * tests/vectors/hypotf.h, tests/vectors/ldexpf.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
108 * tests/vectors/modf.c, tests/vectors/rintf.h, tests/vectors/sinh.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
109 * tests/vectors/atan2f.h, tests/vectors/copysignf.c, tests/vectors/expf.c, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
110 * tests/vectors/floor.h, tests/vectors/ilogbf.c, tests/vectors/ldexp.h, |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
111 * tests/vectors/modff.c, tests/vectors/scalbf.c, tests/vectors/sqrtf.c: |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
112 |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
113 Add: Single precision floating point library, port from Newlib. |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
114 [ Bugzilla 1001539 ] |
|
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
115 |
|
2973
8536a2fc60a4
* cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add a set of parentheses
sergeig
parents:
2950
diff
changeset
|
116 2010-11-11 Sergei Gavrikov <sergei.gavrikov@gmail.com> |
|
8536a2fc60a4
* cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add a set of parentheses
sergeig
parents:
2950
diff
changeset
|
117 |
|
8536a2fc60a4
* cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add a set of parentheses
sergeig
parents:
2950
diff
changeset
|
118 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add a set of parentheses |
|
8536a2fc60a4
* cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add a set of parentheses
sergeig
parents:
2950
diff
changeset
|
119 around 'if-then-else' expression, simplified evaluated expression. |
|
8536a2fc60a4
* cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add a set of parentheses
sergeig
parents:
2950
diff
changeset
|
120 |
|
2950
dc8e6a281225
* cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Compile with
jlarmour
parents:
2729
diff
changeset
|
121 2010-05-15 Jonathan Larmour <jifl@jifvik.org> |
|
dc8e6a281225
* cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Compile with
jlarmour
parents:
2729
diff
changeset
|
122 |
|
dc8e6a281225
* cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Compile with
jlarmour
parents:
2729
diff
changeset
|
123 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Compile with |
|
dc8e6a281225
* cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Compile with
jlarmour
parents:
2729
diff
changeset
|
124 -fno-strict-aliasing to avoid miscompilation. Workaround for a more |
|
dc8e6a281225
* cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Compile with
jlarmour
parents:
2729
diff
changeset
|
125 fundamental problem with CYG_LIBM_HI/LO. |
|
dc8e6a281225
* cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Compile with
jlarmour
parents:
2729
diff
changeset
|
126 |
|
2639
8321e65b4f43
* cdl/libm.cdl: Rename X_TLOSS CDL option to match normal convention.
jlarmour
parents:
2425
diff
changeset
|
127 2008-11-20 Jonathan Larmour <jifl@eCosCentric.com> |
|
8321e65b4f43
* cdl/libm.cdl: Rename X_TLOSS CDL option to match normal convention.
jlarmour
parents:
2425
diff
changeset
|
128 |
|
8321e65b4f43
* cdl/libm.cdl: Rename X_TLOSS CDL option to match normal convention.
jlarmour
parents:
2425
diff
changeset
|
129 * cdl/libm.cdl: Rename X_TLOSS CDL option to match normal convention. |
|
8321e65b4f43
* cdl/libm.cdl: Rename X_TLOSS CDL option to match normal convention.
jlarmour
parents:
2425
diff
changeset
|
130 |
|
2425
44054a00feca
* src/misc/infconst.c: Declare infinity byte order as dependent on
jlarmour
parents:
1588
diff
changeset
|
131 2007-09-04 Stephen Finney <shf@pfinc.com> |
|
44054a00feca
* src/misc/infconst.c: Declare infinity byte order as dependent on
jlarmour
parents:
1588
diff
changeset
|
132 2007-09-04 Jonathan Larmour <jifl@eCosCentric.com> |
|
44054a00feca
* src/misc/infconst.c: Declare infinity byte order as dependent on
jlarmour
parents:
1588
diff
changeset
|
133 |
|
44054a00feca
* src/misc/infconst.c: Declare infinity byte order as dependent on
jlarmour
parents:
1588
diff
changeset
|
134 * src/misc/infconst.c: Declare infinity byte order as dependent on |
|
44054a00feca
* src/misc/infconst.c: Declare infinity byte order as dependent on
jlarmour
parents:
1588
diff
changeset
|
135 double byte order, not integer. |
|
44054a00feca
* src/misc/infconst.c: Declare infinity byte order as dependent on
jlarmour
parents:
1588
diff
changeset
|
136 Fixes bug #1000448. |
|
44054a00feca
* src/misc/infconst.c: Declare infinity byte order as dependent on
jlarmour
parents:
1588
diff
changeset
|
137 |
| 1588 | 138 2004-04-14 Andrew Lunn <andrew.lunn@ascom.ch> |
| 139 | |
| 140 * src/double/ieee754-core/e_cosh.c (__ieee754_cosh): | |
| 141 * src/double/ieee754-core/e_sinh.c (__ieee754_sinh): Make use of | |
| 142 the CYG_LIBM_LO() macro which does not generate a compiler warning. | |
| 143 | |
| 728 | 144 2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> |
| 145 | |
| 146 * cdl/libm.cdl: Fix doc link. | |
| 147 | |
|
184
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
174
diff
changeset
|
148 2001-09-28 Jesper Skov <jskov@redhat.com> |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
174
diff
changeset
|
149 |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
174
diff
changeset
|
150 * src/double/portable-api/s_expm1.c (expm1): Init c before it's used. |
|
022f1e506033
Merge from eCos master repository on 2001-10-02-17:59:22-BST
jlarmour
parents:
174
diff
changeset
|
151 |
|
174
38892b97b685
Merge from eCos master repository on 2001-07-28-00:17:32-BST
jlarmour
parents:
161
diff
changeset
|
152 2001-07-20 Jonathan Larmour <jlarmour@redhat.com> |
|
38892b97b685
Merge from eCos master repository on 2001-07-28-00:17:32-BST
jlarmour
parents:
161
diff
changeset
|
153 |
|
38892b97b685
Merge from eCos master repository on 2001-07-28-00:17:32-BST
jlarmour
parents:
161
diff
changeset
|
154 * src/double/portable-api/s_expm1.c: Reimport from newlib |
|
38892b97b685
Merge from eCos master repository on 2001-07-28-00:17:32-BST
jlarmour
parents:
161
diff
changeset
|
155 * src/double/ieee754-core/e_pow.c: Ditto. |
|
38892b97b685
Merge from eCos master repository on 2001-07-28-00:17:32-BST
jlarmour
parents:
161
diff
changeset
|
156 * src/mathincl/fdlibm.h: Define macros and types required for |
|
38892b97b685
Merge from eCos master repository on 2001-07-28-00:17:32-BST
jlarmour
parents:
161
diff
changeset
|
157 newlib versions of libm files. |
|
38892b97b685
Merge from eCos master repository on 2001-07-28-00:17:32-BST
jlarmour
parents:
161
diff
changeset
|
158 |
|
161
ac086aa3217e
Merge from eCos master repository on 2001-06-08-21:11:51-BST
jlarmour
parents:
126
diff
changeset
|
159 2001-04-25 Bart Veer <bartv@redhat.com> |
|
ac086aa3217e
Merge from eCos master repository on 2001-06-08-21:11:51-BST
jlarmour
parents:
126
diff
changeset
|
160 |
|
ac086aa3217e
Merge from eCos master repository on 2001-06-08-21:11:51-BST
jlarmour
parents:
126
diff
changeset
|
161 * cdl/libm.cdl: |
|
ac086aa3217e
Merge from eCos master repository on 2001-06-08-21:11:51-BST
jlarmour
parents:
126
diff
changeset
|
162 Ensure -ffloat-store is also used for the updated synthetic target |
|
ac086aa3217e
Merge from eCos master repository on 2001-06-08-21:11:51-BST
jlarmour
parents:
126
diff
changeset
|
163 when running on x86 hardware. |
|
ac086aa3217e
Merge from eCos master repository on 2001-06-08-21:11:51-BST
jlarmour
parents:
126
diff
changeset
|
164 |
|
126
518f42066aba
Merge from eCos master repository on 2000-09-19-06:25:26-BST
jlarmour
parents:
121
diff
changeset
|
165 2000-09-11 Jonathan Larmour <jlarmour@redhat.com> |
|
518f42066aba
Merge from eCos master repository on 2000-09-19-06:25:26-BST
jlarmour
parents:
121
diff
changeset
|
166 |
|
518f42066aba
Merge from eCos master repository on 2000-09-19-06:25:26-BST
jlarmour
parents:
121
diff
changeset
|
167 * src/misc/infconst.c: Revert below two changes - the gcc problem |
|
518f42066aba
Merge from eCos master repository on 2000-09-19-06:25:26-BST
jlarmour
parents:
121
diff
changeset
|
168 that provoked it is now fixed. |
|
518f42066aba
Merge from eCos master repository on 2000-09-19-06:25:26-BST
jlarmour
parents:
121
diff
changeset
|
169 |
|
121
6bd9d475ed4b
Merge from eCos master repository on 2000-09-04-20:50:20-BST
jlarmour
parents:
119
diff
changeset
|
170 2000-09-01 Jonathan Larmour <jlarmour@redhat.com> |
|
6bd9d475ed4b
Merge from eCos master repository on 2000-09-04-20:50:20-BST
jlarmour
parents:
119
diff
changeset
|
171 |
|
6bd9d475ed4b
Merge from eCos master repository on 2000-09-04-20:50:20-BST
jlarmour
parents:
119
diff
changeset
|
172 * src/misc/infconst.c: Silence warning about number of brackets |
|
6bd9d475ed4b
Merge from eCos master repository on 2000-09-04-20:50:20-BST
jlarmour
parents:
119
diff
changeset
|
173 |
|
119
77cec8369160
Merge from eCos master repository on 2000-09-01-07:47:03-BST
jlarmour
parents:
115
diff
changeset
|
174 2000-08-31 Jonathan Larmour <jlarmour@redhat.com> |
|
77cec8369160
Merge from eCos master repository on 2000-09-01-07:47:03-BST
jlarmour
parents:
115
diff
changeset
|
175 |
|
77cec8369160
Merge from eCos master repository on 2000-09-01-07:47:03-BST
jlarmour
parents:
115
diff
changeset
|
176 * include/math.h: Declare cyg_libm_infinity as an array type for correct |
|
77cec8369160
Merge from eCos master repository on 2000-09-01-07:47:03-BST
jlarmour
parents:
115
diff
changeset
|
177 relocations |
|
77cec8369160
Merge from eCos master repository on 2000-09-01-07:47:03-BST
jlarmour
parents:
115
diff
changeset
|
178 * src/misc/infconst.c: Define it likewise |
|
77cec8369160
Merge from eCos master repository on 2000-09-01-07:47:03-BST
jlarmour
parents:
115
diff
changeset
|
179 |
|
94
4642a6d35749
Merge from eCos master repository on 2000-06-02-07:47:04-BST
jlarmour
parents:
92
diff
changeset
|
180 2000-05-30 Jesper Skov <jskov@redhat.com> |
|
4642a6d35749
Merge from eCos master repository on 2000-06-02-07:47:04-BST
jlarmour
parents:
92
diff
changeset
|
181 |
|
4642a6d35749
Merge from eCos master repository on 2000-06-02-07:47:04-BST
jlarmour
parents:
92
diff
changeset
|
182 * include/sys/ieeefp.h: Undo below change. |
|
4642a6d35749
Merge from eCos master repository on 2000-06-02-07:47:04-BST
jlarmour
parents:
92
diff
changeset
|
183 |
|
92
08ffab08d2ee
Merge from eCos master repository on 2000-05-26-07:47:03-BST
jlarmour
parents:
78
diff
changeset
|
184 2000-05-26 Jesper Skov <jskov@redhat.com> |
|
08ffab08d2ee
Merge from eCos master repository on 2000-05-26-07:47:03-BST
jlarmour
parents:
78
diff
changeset
|
185 |
|
08ffab08d2ee
Merge from eCos master repository on 2000-05-26-07:47:03-BST
jlarmour
parents:
78
diff
changeset
|
186 * include/sys/ieeefp.h: Support FPU double-LE layout in BE mode. |
|
94
4642a6d35749
Merge from eCos master repository on 2000-06-02-07:47:04-BST
jlarmour
parents:
92
diff
changeset
|
187 Fix paste bug. |
|
92
08ffab08d2ee
Merge from eCos master repository on 2000-05-26-07:47:03-BST
jlarmour
parents:
78
diff
changeset
|
188 |
|
115
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
108
diff
changeset
|
189 2000-05-02 Jonathan Larmour <jlarmour@redhat.co.uk> |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
108
diff
changeset
|
190 |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
108
diff
changeset
|
191 * tests/vectors/vector_support.h: |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
108
diff
changeset
|
192 Update startup configury to reflect changes in libc startup. |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
108
diff
changeset
|
193 Use default stacksize of CYGNUM_HAL_STACK_SIZE_TYPICAL rather than 32K |
|
6ed91473a1cd
Merge from eCos master repository on 2000-08-21-22:40:54-BST
jlarmour
parents:
108
diff
changeset
|
194 |
|
78
59d97b6ba612
Merge from eCos master repository on 2000-03-28-19:50:47-BST
jlarmour
parents:
76
diff
changeset
|
195 2000-03-28 John Dallaway <jld@cygnus.co.uk> |
|
76
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
196 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
197 * cdl/libm.cdl: |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
198 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
199 Adjust documentation URLs. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
200 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
201 2000-03-16 Jonathan Larmour <jlarmour@redhat.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
202 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
203 * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add -ffloat-store for i386 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
204 targets. The math library implementation relies on accurate IEEE FP. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
205 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
206 2000-01-31 Simon FitzMaurice <sdf@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
207 * cdl/*.cdl: |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
208 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
209 Adjust help URLs in line with new doc layout. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
210 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
211 2000-01-28 Simon FitzMaurice <sdf@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
212 * cdl/*.cdl: |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
213 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
214 Adjust help URLs in line with new doc layout. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
215 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
216 2000-01-28 Jonathan Larmour <jlarmour@redhat.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
217 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
218 * cdl/libm.cdl: Don't need to compile with -O1 any more |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
219 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
220 2000-01-19 Hugo Tyson <hmt@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
221 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
222 * cdl/*.cdl: Add descriptions to a number of options &c which were |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
223 lacking same, also tidied up other typos as noticed en passant. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
224 |
|
56
755351606154
Merge from eCos master repository on 1999-12-01-18:03:05-GMT
jlarmour
parents:
14
diff
changeset
|
225 1999-11-23 Hugo Tyson <hmt@cygnus.co.uk> |
|
755351606154
Merge from eCos master repository on 1999-12-01-18:03:05-GMT
jlarmour
parents:
14
diff
changeset
|
226 |
|
755351606154
Merge from eCos master repository on 1999-12-01-18:03:05-GMT
jlarmour
parents:
14
diff
changeset
|
227 * include/pkgconf/libm.h: Cooperate with permtest combo10 setting |
|
755351606154
Merge from eCos master repository on 1999-12-01-18:03:05-GMT
jlarmour
parents:
14
diff
changeset
|
228 an intermediate variable CYGNUM_LIBM_COMPAT_DEFAULT directly. |
|
755351606154
Merge from eCos master repository on 1999-12-01-18:03:05-GMT
jlarmour
parents:
14
diff
changeset
|
229 |
|
76
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
230 1999-11-03 John Dallaway <jld@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
231 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
232 * cdl/libm.cdl: Define tests. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
233 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
234 1999-10-18 John Dallaway <jld@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
235 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
236 * cdl/libm.cdl: |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
237 Parent CYGPKG_LIBM_CFLAGS_ADD and CYGPKG_LIBM_CFLAGS_REMOVE |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
238 under a CDL component. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
239 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
240 1999-10-15 John Dallaway <jld@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
241 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
242 * cdl/libm.cdl: |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
243 Define CYGPKG_LIBM_CFLAGS_ADD and CYGPKG_LIBM_CFLAGS_REMOVE. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
244 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
245 1999-10-07 John Dallaway <jld@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
246 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
247 * cdl/compat.cdl: Specify radio buttons using CDL interfaces. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
248 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
249 1999-08-24 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
250 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
251 * src/PKGconf.mak: Optimize by default everywhere, except when compiling |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
252 e_pow.c, in which case use -fno-schedule-insns |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
253 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
254 1999-08-17 John Dallaway <jld@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
255 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
256 * cdl/compat.cdl: |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
257 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
258 Implement radio buttons using "FIXME radio" hack in |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
259 description field for now. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
260 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
261 1999-08-14 John Dallaway <jld@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
262 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
263 * cdl/compat.cdl: |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
264 Change CYGNUM_LIBM_COMPATIBILITY flavor to 'booldata'. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
265 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
266 1999-08-12 John Dallaway <jld@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
267 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
268 * cdl/libm.cdl, cdl/compat.cdl: |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
269 Take advantage of MACRONAME_ENUMVAL macros output by CDL. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
270 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
271 1999-06-17 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
272 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
273 * src/PKGconf.mak: Disable optimization completely until CR 100802 is |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
274 fixed |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
275 |
|
14
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
276 1999-06-07 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
277 |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
278 * src/mathincl/fdlibm.h: Fix for alias problem |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
279 Fix for PR 19698 |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
280 * src/PKGconf.mak: workaround no longer needed |
|
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
281 |
|
12
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
282 1999-06-04 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
283 |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
284 * src/PKGconf.mak: |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
285 Only use -fno-strict-aliasing if we have enough a recent toolchain |
|
14
01ce82f3e11a
Merge from eCos master repository on 1999-06-11-17:05:41-BST
jlarmour
parents:
12
diff
changeset
|
286 Default is that we have |
|
12
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
287 |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
288 1999-06-03 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
289 |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
290 * src/PKGconf.mak: |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
291 Finally found the option to do the right workaround: |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
292 -fno-strict-aliasing |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
293 |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
294 1999-06-02 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
295 |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
296 * src/PKGconf.mak (SPECIAL_FLAGS): Don't use -fschedule-insns[2] on |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
297 mn10300 |
|
4cc3eff958ab
Merge from eCos master repository on 1999-06-04-22:24:56-BST
jlarmour
parents:
10
diff
changeset
|
298 |
|
10
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
299 1999-05-27 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
300 |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
301 * src/PKGconf.mak (SPECIAL_FLAGS): Add workaround flags for new |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
302 toolchains for all targets |
|
d3fbcdfa1b2f
Merge from eCos master repository on 1999-05-29-00:13:11-BST
jlarmour
parents:
8
diff
changeset
|
303 |
|
76
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
304 1999-05-24 Jesper Skov <jskov@cygnus.co.uk> |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
305 |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
306 * src/PKGconf.mak: Same workaround for sh. |
|
435cced73e2f
eCos v1.3.1 merged from eCos master repository on 2000-03-27-23:22:51-BST
jlarmour
parents:
66
diff
changeset
|
307 |
|
8
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
308 1999-05-19 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
309 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
310 * src/PKGconf.mak: Make below workaround be the other way around by |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
311 using -O1 and adding more explicit -O2 optimizations, just so we |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
312 don't lose very many optimizations. This is for sparclite |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
313 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
314 1999-05-19 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
315 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
316 * src/PKGconf.mak: Make below workaround be the other way around by |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
317 using -O1 and adding more explicit -O2 optimizations, just so we |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
318 don't lose very many optimizations. This is for ARM |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
319 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
320 1999-05-18 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
321 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
322 * src/PKGconf.mak: For the sparclite, prevent insn scheduling - |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
323 workaround for PR 19698 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
324 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
325 1999-05-18 Jonathan Larmour <jlarmour@cygnus.co.uk> |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
326 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
327 * src/PKGconf.mak: For the ARM, change from -O1 to just prevent insn |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
328 scheduling - workaround for PR 19698 |
|
ece80412419a
Merge from eCos master repository on 1999-05-21-22:05:54-BST
jlarmour
parents:
2
diff
changeset
|
329 |
| 2 | 330 1999-04-15 John Dallaway <jld@cygnus.co.uk> |
| 331 | |
| 332 * include/pkgconf/libm.h: Tidy display string capitalization. | |
| 333 | |
| 334 1999-04-07 Jesper Skov <jskov@cygnus.co.uk> | |
| 335 PR 19442 | |
| 336 * tests/vectors/vector_support.h: Make an occasional chirp to keep | |
| 337 the testing infra interested. | |
| 338 | |
| 339 1999-04-06 Gary Thomas <gthomas@cygnus.co.uk> | |
| 340 | |
| 341 * src/PKGconf.mak: More brute-force fix for ARM compiler | |
| 342 problems - PR 19772 | |
|
108
ff3f181b64bd
Merge from eCos master repository on 2000-07-04-20:42:44-BST
jlarmour
parents:
94
diff
changeset
|
343 |
| 2 | 344 1999-03-31 Jonathan Larmour <jlarmour@cygnus.co.uk> |
| 345 | |
| 346 * include/pkgconf/libm.h: Remove unnecessary define | |
| 347 Fix for PR 19423 | |
| 348 | |
| 349 1999-03-29 Gary Thomas <gthomas@cygnus.co.uk> | |
| 350 | |
| 351 * src/PKGconf.mak: Add special compile options to work around ARM | |
| 352 compiler bugs. | |
| 353 | |
| 354 1999-02-09 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 355 | |
| 356 * src/mathincl/fdlibm.h: | |
| 357 Change definition of CYG_LIBM_HI/CYG_LIBM_LO to use inline | |
| 358 function | |
| 359 Fix for PR 18859 | |
| 360 | |
| 361 1999-01-28 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 362 | |
| 363 * src/misc/signgam.cxx: | |
| 364 * src/misc/compatmode.cxx: | |
| 365 Include <pkgconf/kernel.h> if we use kernel header files | |
| 366 | |
| 367 1999-01-21 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 368 | |
| 369 * tests/vectors/vector_support.h (doTestVec): Makes more | |
| 370 sense to output vector number than array index | |
| 371 | |
| 372 * src/double/portable-api/s_ceil.c: Fix comment s/+inf/-inf/ | |
| 373 | |
| 374 1999-01-20 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 375 | |
| 376 * tests/vectors/vector_support.h (doTestVec): | |
| 377 Add output to let you know which vectors failed | |
| 378 | |
| 379 1999-01-12 Gary Thomas <gthomas@cygnus.co.uk> | |
| 380 | |
| 381 * src/mathincl/fdlibm.h: | |
| 382 * include/sys/ieeefp.h: Add different structure layouts for | |
| 383 machines that have doubles that aren't pure big/little endian. | |
| 384 | |
| 0 | 385 Fri Oct 23 19:27:04 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> |
| 386 | |
| 387 * tests/vectors/vector_support.h (START_TEST): | |
| 388 Ensure that dummy START_TEST (the one used when the test should | |
| 389 *not* be run) does have a reference to the test function. And | |
| 390 make sure that there is a default one if there's no C API | |
| 391 | |
| 392 * src/mathincl/fdlibm.h: | |
| 393 Add matherr() prototype if no namespace pollution | |
| 394 | |
| 395 Fixes for PR 17972 | |
| 396 | |
| 397 1998-10-22 Jesper Skov <jskov@cygnus.co.uk> | |
| 398 PR 17925 | |
| 399 | |
| 400 * include/pkgconf/libm.h: | |
| 401 * src/misc/matherr.c: | |
| 402 Removed the CYGFUN_LIBM_matherr config. The function is already | |
| 403 weakly defined so shouldn't need to be configured out. | |
| 404 | |
| 405 1998-10-19 Mark Galassi <rosalia@cygnus.com> | |
| 406 | |
| 407 * include/pkgconf/libm.h: updated the doc URL | |
| 408 | |
| 409 Thu Oct 15 21:36:12 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 410 | |
| 411 * src/misc/compatmode.cxx, src/misc/signgam.cxx: | |
| 412 Only include kernel headers if we want thread-safe operation | |
| 413 Required for PR 17229 | |
| 414 | |
| 415 Wed Oct 14 17:24:46 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 416 | |
| 417 * include/pkgconf/libm.h: | |
| 418 Make CYGPKG_LIBM_COMPATIBILITY_DEFAULT require CYGPKG_LIBC | |
| 419 rather than all of libm, and put a check (with #error) that | |
| 420 this is the case | |
| 421 | |
| 422 * src/double/ieee754-api/w_scalb.c: | |
| 423 Only include errno.h if we aren't IEEE-only | |
| 424 | |
| 425 * src/double/portable-api/s_ldexp.c, src/misc/standard.c: | |
| 426 Make the error checking in s_ldexp.c more like every other libm | |
| 427 sources by putting the actual error handling into standard.c. | |
| 428 The error handling is just like scalb | |
| 429 | |
| 430 * tests/vectors/acos.c, tests/vectors/asin.c, | |
| 431 tests/vectors/atan.c, tests/vectors/atan2.c, | |
| 432 tests/vectors/ceil.c, tests/vectors/cos.c, tests/vectors/cosh.c, | |
| 433 tests/vectors/exp.c, tests/vectors/fabs.c, | |
| 434 tests/vectors/floor.c, tests/vectors/fmod.c, | |
| 435 tests/vectors/frexp.c, tests/vectors/ldexp.c, | |
| 436 tests/vectors/log.c, tests/vectors/log10.c, | |
| 437 tests/vectors/modf.c, tests/vectors/pow.c, tests/vectors/sin.c, | |
| 438 tests/vectors/sinh.c, tests/vectors/sqrt.c, tests/vectors/tan.c, | |
| 439 tests/vectors/tanh.c: | |
| 440 Remove unnecessary include of <errno.h> | |
| 441 | |
| 442 * tests/vectors/vector_support.h: | |
| 443 Only include errno.h if we aren't IEEE-only. | |
| 444 If we don't have Cyg_ErrNo, just use a cyg_int32 instead, to | |
| 445 make sure that the fields are still correct for the input | |
| 446 test vector. | |
| 447 In doTestVec(), before checking errno, check if we're | |
| 448 in IEEE mode (either compiled in or set at runtime) because if | |
| 449 so, and errno is set in the errno field of the input test | |
| 450 vector, then we have to skip this, since we can't validate the | |
| 451 output. | |
| 452 In all modes, if errno is set in the input test vector, don't | |
| 453 bother checking the actual values | |
| 454 | |
| 455 All of the above changes are for PR 17503 | |
| 456 | |
| 457 * tests/vectors/pow.c: | |
| 458 Remove requirement of being in POSIX mode, as the change to | |
| 459 vector_support.h should make this work better now. | |
| 460 | |
| 461 | |
| 462 Sun Sep 27 20:46:09 1998 David Moore <dsm@keema.cygnus.co.uk> | |
| 463 | |
| 464 * include/pkgconf/libm.h: | |
| 465 PR 17515: Corrected notcdl doc string. | |
| 466 | |
| 467 1998-09-26 Bart Veer <bartv@cygnus.co.uk> | |
| 468 | |
| 469 * include/pkgconf/libm.h: | |
| 470 PR 17503: there are uses of errno in a couple of places in libm, | |
| 471 and errno will only be available if the C library is present. | |
| 472 Therefore libm requires libc. | |
| 473 | |
| 474 | |
| 475 Fri Sep 25 19:00:35 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 476 | |
| 477 * src/misc/compatmode.cxx: | |
| 478 Make sure CYGNUM_LIBM_COMPATMODE_TRACE_LEVEL is defined before | |
| 479 we attempt tracing, otherwise set trace level to 0 i.e. never | |
| 480 | |
| 481 * src/misc/signgam.cxx: | |
| 482 Make sure CYGNUM_LIBM_SIGNGAM_TRACE_LEVEL is defined before | |
| 483 we attempt tracing, otherwise set trace level to 0 i.e. never | |
| 484 Fix for PR 17478 | |
| 485 | |
| 486 * include/pkgconf/libm.h: | |
| 487 Define trace levels only if parent CYGPKG_LIBM_TRACE is defined | |
| 488 for consistency with Configuration Tool | |
| 489 | |
| 490 Fri Sep 25 18:25:02 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 491 | |
| 492 * include/pkgconf/libm.h: | |
| 493 Only check valid compatibility setting if we aren't IEEE-only | |
| 494 mode | |
| 495 Fix for PR 17481 | |
| 496 | |
| 497 Fri Sep 25 18:13:24 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 498 | |
| 499 * src/mathincl/fdlibm.h: | |
| 500 * src/double/ieee754-core/e_scalb.c: | |
| 501 * src/double/ieee754-api/w_scalb.c: | |
| 502 Use CYGFUN_LIBM_SVID3_scalb for whether 2nd arg of scalb is | |
| 503 double or int, rather than _SCALB_INT. | |
| 504 Fix for PR 17479 | |
| 505 | |
| 506 Wed Sep 23 08:07:48 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 507 | |
| 508 * tests/vectors/pow.c (test): | |
| 509 Make pow test conditional on being in POSIX compatibility mode. | |
| 510 This is the only mode that can set errno correctly, in | |
| 511 relation to what the tests expect. | |
| 512 Fix for PR 16933 | |
| 513 | |
| 514 1998-09-20 Mark Galassi <rosalia@cygnus.com> | |
| 515 | |
| 516 * include/pkgconf/libm.h: updated CDL doc strings. | |
| 517 | |
| 518 Thu Sep 17 17:10:47 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 519 | |
| 520 * tests/vectors/vector_support.h (checkErrorAcceptable): | |
| 521 Move check for signed-ness after all of the special cases | |
| 522 Fix for PR 16933 | |
| 523 | |
| 524 Tue Sep 15 19:26:32 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 525 | |
| 526 * include/pkgconf/libm.h: | |
| 527 Updated descriptions and a few other minor things after review | |
| 528 | |
| 529 1998-09-11 Bart Veer <bartv@cygnus.co.uk> | |
| 530 | |
| 531 * include/pkgconf/libm.h: | |
| 532 Sorting out dependencies for error package. | |
| 533 | |
| 534 Fri Sep 4 14:20:04 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 535 | |
| 536 * include/pkgconf/libm.h: | |
| 537 Fix thread-safe modes "requires" lines not to be associated | |
| 538 with the dummy parent package, but with the options themselves. | |
| 539 Also we don't need "requires CYGPKG_KERNEL" if we already require | |
| 540 a particular kernel option anyway. | |
| 541 | |
| 542 Thu Sep 3 09:50:20 1998 Tim Goodwin <tgoodwin@cygnus.co.uk> | |
| 543 | |
| 544 * tests/vectors/vector_support.h | |
| 545 Change to cyg_thread_create() interface. | |
| 546 | |
| 547 Wed Sep 2 14:41:54 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 548 | |
| 549 * include/pkgconf/libm.h: | |
| 550 Add default define for CYGPKG_LIBM_COMPATIBILITY_DEFAULT, | |
| 551 and shorten some display texts | |
| 552 | |
| 553 Wed Sep 2 13:15:43 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 554 | |
| 555 * src/double/ieee754-core/e_pow.c: | |
| 556 Fix bug for when x is negative and y isn't an integer. A CYGNUS | |
| 557 LOCAL change got it wrong when casting a signed integer to | |
| 558 unsigned before right shifting. | |
| 559 | |
| 560 Reformat for 76 columns | |
| 561 | |
| 562 * src/double/ieee754-api/w_pow.c: | |
| 563 Reformat for 76 columns | |
| 564 | |
| 565 | |
| 566 Wed Sep 2 12:30:11 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 567 | |
| 568 * include/pkgconf/libm.h: | |
| 569 Default tracing to off | |
| 570 Reformat for 76 columns | |
| 571 | |
| 572 * tests/vectors/vector_support.h: | |
| 573 Align '{'s and "verbs" on the same line. Tidy to 76 columns | |
| 574 | |
| 575 Mon Aug 31 13:38:25 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 576 | |
| 577 * include/pkgconf/libm.h: | |
| 578 Require infra tracing support to allow tracing | |
| 579 | |
| 580 1998-08-28 Bart Veer <bartv@cygnus.co.uk> | |
| 581 | |
| 582 * include/pkgconf/libm.h: | |
| 583 * src/misc/compatmode.cxx, src/misc/signgam.cxx: | |
| 584 * tests/vectors/vector_support.h | |
| 585 | |
| 586 Updated for new kernel configuration option symbol names | |
| 587 | |
| 588 Fri Aug 28 09:07:07 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 589 | |
| 590 * tests/vectors/vector_support.h: | |
| 591 Change START_TEST macro, adjust config options and add | |
| 592 cyg_package_start() to get tests working correctly with new entry | |
| 593 point mechanism, including cyg_iso_c_start() if available | |
| 594 | |
| 595 Wed Aug 26 20:25:36 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 596 | |
| 597 * include/pkgconf/libm.h: | |
| 598 Remove #define CYGPKG_LIBM is that is meant to live in | |
| 599 <pkgconf/system.h> after all | |
| 600 | |
| 601 | |
| 602 Wed Aug 26 19:38:54 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 603 | |
| 604 * include/pkgconf/libm.h: | |
| 605 More fixes to CDL stuff to make it work better, and look better on | |
| 606 the screen | |
| 607 | |
| 608 Tue Aug 25 20:23:25 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 609 | |
| 610 * include/pkgconf/libm.h: | |
| 611 Make some fixes after running the ConfigTool | |
| 612 | |
| 613 Tue Aug 25 16:59:11 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 614 | |
| 615 * include/pkgconf/libm.h: | |
| 616 Turns out the nesting wasn't quite right. Correct it, and replace | |
| 617 the "not" prefix on CFG_DATA, which slipped in to the previous change. | |
| 618 | |
| 619 Tue Aug 25 16:53:03 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 620 | |
| 621 * include/pkgconf/libm.h: | |
| 622 Ensure there is a default compatibility mode and fix the | |
| 623 ifdef nesting for the compat modes | |
| 624 | |
| 625 Tue Aug 25 15:24:51 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 626 | |
| 627 * include/pkgconf/libm.h: | |
| 628 Tidy up CDL stuff prior to checking if it all actually works! | |
| 629 | |
| 630 Tue Aug 25 05:17:55 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 631 | |
| 632 * include/pkgconf/libm.h: | |
| 633 Do a first pass of CDLification of configuration data | |
| 634 | |
| 635 * include/pkgconf/libm.h, src/misc/matherr.c: | |
| 636 Rename CYGFUN_LIBC_matherr to CYGFUN_LIBM_matherr | |
| 637 | |
| 638 Wed Aug 19 19:35:16 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 639 | |
| 640 * tests/vectors/acos.c, tests/vectors/cosh.c, tests/vectors/ldexp.c, | |
| 641 tests/vectors/sinh.c, tests/vectors/asin.c, tests/vectors/exp.c, | |
| 642 tests/vectors/log.c, tests/vectors/sqrt.c, tests/vectors/atan.c, | |
| 643 tests/vectors/fabs.c, tests/vectors/log10.c, tests/vectors/tan.c, | |
| 644 tests/vectors/atan2.c, tests/vectors/floor.c, tests/vectors/modf.c, | |
| 645 tests/vectors/tanh.c, tests/vectors/ceil.c, tests/vectors/fmod.c, | |
| 646 tests/vectors/pow.c, tests/vectors/cos.c, tests/vectors/frexp.c, | |
| 647 tests/vectors/sin.c | |
| 648 | |
| 649 * tests/vectors/vector_support.h (doTestVec): | |
| 650 Remove "register" on variable | |
| 651 | |
| 652 Wed Aug 19 18:59:47 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 653 | |
| 654 * src/double/ieee754-core/e_gamma.c, | |
| 655 src/double/ieee754-core/e_lgamma.c, | |
| 656 src/double/ieee754-api/w_gamma.c, | |
| 657 src/double/ieee754-api/w_lgamma.c: | |
| 658 Remove direct reference to extern int signgam and include <math.h> | |
| 659 instead | |
| 660 | |
| 661 Mon Jul 27 23:47:52 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 662 | |
| 663 * include/math.h, include/pkgconf/libm.h, | |
| 664 src/double/ieee754-api/w_acos.c, src/double/ieee754-api/w_acosh.c, | |
| 665 src/double/ieee754-api/w_asin.c, src/double/ieee754-api/w_atan2.c, | |
| 666 src/double/ieee754-api/w_atanh.c, src/double/ieee754-api/w_cosh.c, | |
| 667 src/double/ieee754-api/w_exp.c, src/double/ieee754-api/w_fmod.c, | |
| 668 src/double/ieee754-api/w_gamma.c, | |
| 669 src/double/ieee754-api/w_gamma_r.c, | |
| 670 src/double/ieee754-api/w_hypot.c, src/double/ieee754-api/w_j0.c, | |
| 671 src/double/ieee754-api/w_j1.c, src/double/ieee754-api/w_jn.c, | |
| 672 src/double/ieee754-api/w_lgamma.c, | |
| 673 src/double/ieee754-api/w_lgamma_r.c, | |
| 674 src/double/ieee754-api/w_log.c, | |
| 675 src/double/ieee754-api/w_log10.c, src/double/ieee754-api/w_pow.c, | |
| 676 src/double/ieee754-api/w_remainder.c, | |
| 677 src/double/ieee754-api/w_scalb.c, src/double/ieee754-api/w_sinh.c, | |
| 678 src/double/ieee754-api/w_sqrt.c, src/double/ieee754-core/e_acos.c, | |
| 679 src/double/ieee754-core/e_acosh.c, | |
| 680 src/double/ieee754-core/e_asin.c, | |
| 681 src/double/ieee754-core/e_atan2.c, | |
| 682 src/double/ieee754-core/e_atanh.c, | |
| 683 src/double/ieee754-core/e_cosh.c, | |
| 684 src/double/ieee754-core/e_exp.c, src/double/ieee754-core/e_fmod.c, | |
| 685 src/double/ieee754-core/e_gamma.c, | |
| 686 src/double/ieee754-core/e_gamma_r.c, | |
| 687 src/double/ieee754-core/e_hypot.c, src/double/ieee754-core/e_j0.c, | |
| 688 src/double/ieee754-core/e_j1.c, src/double/ieee754-core/e_jn.c, | |
| 689 src/double/ieee754-core/e_lgamma.c, | |
| 690 src/double/ieee754-core/e_lgamma_r.c, | |
| 691 src/double/ieee754-core/e_log.c, src/double/ieee754-core/e_log10.c, | |
| 692 src/double/ieee754-core/e_pow.c, | |
| 693 src/double/ieee754-core/e_rem_pio2.c, | |
| 694 src/double/ieee754-core/e_remainder.c, | |
| 695 src/double/ieee754-core/e_scalb.c, | |
| 696 src/double/ieee754-core/e_sinh.c, | |
| 697 src/double/ieee754-core/e_sqrt.c, src/double/internal/k_cos.c, | |
| 698 src/double/internal/k_rem_pio2.c, src/double/internal/k_sin.c, | |
| 699 src/double/internal/k_tan.c, src/double/portable-api/s_asinh.c, | |
| 700 src/double/portable-api/s_atan.c, src/double/portable-api/s_cbrt.c, | |
| 701 src/double/portable-api/s_ceil.c, | |
| 702 src/double/portable-api/s_copysign.c, | |
| 703 src/double/portable-api/s_cos.c, src/double/portable-api/s_erf.c, | |
| 704 src/double/portable-api/s_expm1.c, | |
| 705 src/double/portable-api/s_fabs.c, | |
| 706 src/double/portable-api/s_finite.c, | |
| 707 src/double/portable-api/s_floor.c, | |
| 708 src/double/portable-api/s_frexp.c, | |
| 709 src/double/portable-api/s_ilogb.c, | |
| 710 src/double/portable-api/s_isnan.c, | |
| 711 src/double/portable-api/s_ldexp.c, | |
| 712 src/double/portable-api/s_log1p.c, | |
| 713 src/double/portable-api/s_logb.c, | |
| 714 src/double/portable-api/s_modf.c, | |
| 715 src/double/portable-api/s_nextafter.c, | |
| 716 src/double/portable-api/s_rint.c, | |
| 717 src/double/portable-api/s_scalbn.c, | |
| 718 src/double/portable-api/s_significand.c, | |
| 719 src/double/portable-api/s_sin.c, src/double/portable-api/s_tan.c, | |
| 720 src/double/portable-api/s_tanh.c, src/mathincl/fdlibm.h, | |
| 721 src/misc/standard.c: | |
| 722 | |
| 723 Untabify | |
| 724 | |
| 725 Mon Jul 27 22:52:24 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 726 | |
| 727 * tests/vectors/vector_support.h (doTestVec): | |
| 728 Remove "register" when declaring variable i | |
| 729 | |
| 730 * host/acosgen.c, host/cosgen.c, host/fmodgen.c, host/modfgen.c, | |
| 731 host/tangen.c, host/asingen.c, host/coshgen.c, host/frexpgen.c, | |
| 732 host/powgen.c, host/tanhgen.c, host/atan2gen.c, host/expgen.c, | |
| 733 host/ldexpgen.c, host/singen.c, host/atangen.c, host/fabsgen.c, | |
| 734 host/log10gen.c, host/sinhgen.c, host/ceilgen.c, host/floorgen.c, | |
| 735 host/loggen.c, host/sqrtgen.c: | |
| 736 Remove "register" when declaring variable "int x" | |
| 737 | |
| 738 Mon Jul 27 22:45:01 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 739 | |
| 740 * tests/vectors/vector_support.h (checkErrorAcceptable): | |
| 741 Add extra check for tolerance acceptance so it behaves correctly with | |
| 742 underflow and overflow | |
| 743 | |
| 744 Also reverse sense of checkErrorAcceptable() so it now returns | |
| 745 false on success and true on failure, as suggested by hmt. Change | |
| 746 this in doTestVec() (which is where it is called) too. | |
| 747 | |
| 748 * tests/vectors/vector_support.h: | |
| 749 Remove #if 0'd shift_double() function | |
| 750 | |
| 751 Mon Jul 27 21:55:04 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 752 | |
| 753 * src/mathincl/fdlibm.h: | |
| 754 Rename CYGONCE_LIBM_FDLIBM_H to CYGONCE_LIBM_MATHINCL_FDLIBM_H as per | |
| 755 code review comments | |
| 756 | |
| 757 Fri Jul 24 22:20:42 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 758 | |
| 759 * include/math.h, include/pkgconf/libm.h, | |
| 760 src/double/ieee754-api/w_acos.c, src/double/ieee754-api/w_acosh.c, | |
| 761 src/double/ieee754-api/w_asin.c, src/double/ieee754-api/w_atan2.c, | |
| 762 src/double/ieee754-api/w_atanh.c, src/double/ieee754-api/w_cosh.c, | |
| 763 src/double/ieee754-api/w_exp.c, src/double/ieee754-api/w_fmod.c, | |
| 764 src/double/ieee754-api/w_gamma.c, src/double/ieee754-api/w_gamma_r.c, | |
| 765 src/double/ieee754-api/w_hypot.c, src/double/ieee754-api/w_j0.c, | |
| 766 src/double/ieee754-api/w_j1.c, src/double/ieee754-api/w_jn.c, | |
| 767 src/double/ieee754-api/w_lgamma.c, | |
| 768 src/double/ieee754-api/w_lgamma_r.c, src/double/ieee754-api/w_log.c, | |
| 769 src/double/ieee754-api/w_log10.c, src/double/ieee754-api/w_pow.c, | |
| 770 src/double/ieee754-api/w_remainder.c, | |
| 771 src/double/ieee754-api/w_scalb.c, src/double/ieee754-api/w_sinh.c, | |
| 772 src/double/ieee754-api/w_sqrt.c, src/mathincl/fdlibm.h, | |
| 773 src/misc/compatmode.cxx, src/misc/matherr.c, src/misc/signgam.cxx, | |
| 774 src/misc/standard.c: | |
| 775 | |
| 776 Rename libm config option names as per the libm coding standard | |
| 777 review. Chiefly ensuring that CYGXXX_ prefixes are correct | |
| 778 | |
| 779 * src/misc/matherr.c, include/pkgconf/libm.h: | |
| 780 Add new CYGFUN_LIBC_matherr config option to prevent inclusion of | |
| 781 default matherr | |
| 782 | |
| 783 Mon Jul 20 18:07:31 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 784 | |
| 785 * src/misc/infconst.c: | |
| 786 Oops. Don't let cyg_libm_infinity be static! | |
| 787 | |
| 788 Thu Jul 16 20:07:26 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 789 | |
| 790 * include/math.h, include/sys/ieeefp.h, src/misc/infconst.c: | |
| 791 Remove union Cyg_libm_int_double from math.h, which was used to | |
| 792 define infinity, and replace with use of | |
| 793 Cyg_libm_ieee_double_shape_type from ieeefp.h | |
| 794 | |
| 795 That type (which is a union) is now reordered so that it can be | |
| 796 initialised in terms of two int's | |
| 797 | |
| 798 Mon Jul 13 21:55:06 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 799 | |
| 800 * src/double/ieee754-api/w_acos.c, src/double/ieee754-api/w_acosh.c, | |
| 801 src/double/ieee754-api/w_asin.c, src/double/ieee754-api/w_atan2.c, | |
| 802 src/double/ieee754-api/w_atanh.c, src/double/ieee754-api/w_cosh.c, | |
| 803 src/double/ieee754-api/w_exp.c, src/double/ieee754-api/w_fmod.c, | |
| 804 src/double/ieee754-api/w_gamma.c, src/double/ieee754-api/w_gamma_r.c, | |
| 805 src/double/ieee754-api/w_hypot.c, src/double/ieee754-api/w_j0.c, | |
| 806 src/double/ieee754-api/w_j1.c, src/double/ieee754-api/w_jn.c, | |
| 807 src/double/ieee754-api/w_lgamma.c, | |
| 808 src/double/ieee754-api/w_lgamma_r.c, src/double/ieee754-api/w_log.c, | |
| 809 src/double/ieee754-api/w_log10.c, src/double/ieee754-api/w_pow.c, | |
| 810 src/double/ieee754-api/w_remainder.c, | |
| 811 src/double/ieee754-api/w_scalb.c, src/double/ieee754-api/w_sinh.c, | |
| 812 src/double/ieee754-api/w_sqrt.c, src/double/ieee754-core/e_acos.c, | |
| 813 src/double/ieee754-core/e_acosh.c, src/double/ieee754-core/e_asin.c, | |
| 814 src/double/ieee754-core/e_atan2.c, src/double/ieee754-core/e_atanh.c, | |
| 815 src/double/ieee754-core/e_cosh.c, src/double/ieee754-core/e_exp.c, | |
| 816 src/double/ieee754-core/e_fmod.c, src/double/ieee754-core/e_gamma.c, | |
| 817 src/double/ieee754-core/e_gamma_r.c, | |
| 818 src/double/ieee754-core/e_hypot.c, src/double/ieee754-core/e_j0.c, | |
| 819 src/double/ieee754-core/e_j1.c, src/double/ieee754-core/e_jn.c, | |
| 820 src/double/ieee754-core/e_lgamma.c, | |
| 821 src/double/ieee754-core/e_lgamma_r.c, | |
| 822 src/double/ieee754-core/e_log.c, src/double/ieee754-core/e_log10.c, | |
| 823 src/double/ieee754-core/e_pow.c, | |
| 824 src/double/ieee754-core/e_rem_pio2.c, | |
| 825 src/double/ieee754-core/e_remainder.c, | |
| 826 src/double/ieee754-core/e_scalb.c, src/double/ieee754-core/e_sinh.c, | |
| 827 src/double/ieee754-core/e_sqrt.c, src/double/internal/k_cos.c, | |
| 828 src/double/internal/k_rem_pio2.c, src/double/internal/k_sin.c, | |
| 829 src/double/internal/k_tan.c, src/double/portable-api/s_asinh.c, | |
| 830 src/double/portable-api/s_atan.c, src/double/portable-api/s_cbrt.c, | |
| 831 src/double/portable-api/s_ceil.c, | |
| 832 src/double/portable-api/s_copysign.c, | |
| 833 src/double/portable-api/s_cos.c, src/double/portable-api/s_erf.c, | |
| 834 src/double/portable-api/s_expm1.c, src/double/portable-api/s_fabs.c, | |
| 835 src/double/portable-api/s_finite.c, | |
| 836 src/double/portable-api/s_floor.c, src/double/portable-api/s_frexp.c, | |
| 837 src/double/portable-api/s_ilogb.c, src/double/portable-api/s_isnan.c, | |
| 838 src/double/portable-api/s_ldexp.c, src/double/portable-api/s_log1p.c, | |
| 839 src/double/portable-api/s_logb.c, src/double/portable-api/s_modf.c, | |
| 840 src/double/portable-api/s_nextafter.c, | |
| 841 src/double/portable-api/s_rint.c, src/double/portable-api/s_scalbn.c, | |
| 842 src/double/portable-api/s_significand.c, | |
| 843 src/double/portable-api/s_sin.c, src/double/portable-api/s_tan.c, | |
| 844 src/double/portable-api/s_tanh.c, src/misc/standard.c: | |
| 845 | |
| 846 Make #ifdef __STDC__ bits compulsory and remove the associated #else | |
| 847 clause. We know that gcc is ISO C compatible! | |
| 848 | |
| 849 Tue Jul 7 16:05:48 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 850 | |
| 851 * src/misc/compatmode.cxx: | |
| 852 Fix conditionalisation to prevent unused variable warning for tracing | |
| 853 | |
| 854 Thu Jun 25 04:58:21 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 855 | |
| 856 * tests/vectors/acos.c, tests/vectors/acos.h, tests/vectors/asin.c, | |
| 857 tests/vectors/asin.h, tests/vectors/atan.c, tests/vectors/atan.h, | |
| 858 tests/vectors/atan2.c, tests/vectors/atan2.h, tests/vectors/ceil.c, | |
| 859 tests/vectors/ceil.h, tests/vectors/cos.c, tests/vectors/cos.h, | |
| 860 tests/vectors/cosh.c, tests/vectors/cosh.h, tests/vectors/exp.c, | |
| 861 tests/vectors/exp.h, tests/vectors/fabs.c, tests/vectors/fabs.h, | |
| 862 tests/vectors/floor.c, tests/vectors/floor.h, tests/vectors/fmod.c, | |
| 863 tests/vectors/fmod.h, tests/vectors/frexp.c, tests/vectors/frexp.h, | |
| 864 tests/vectors/ldexp.c, tests/vectors/ldexp.h, tests/vectors/log.c, | |
| 865 tests/vectors/log.h, tests/vectors/log10.c, tests/vectors/log10.h, | |
| 866 tests/vectors/modf.c, tests/vectors/modf.h, tests/vectors/pow.c, | |
| 867 tests/vectors/pow.h, tests/vectors/sin.c, tests/vectors/sin.h, | |
| 868 tests/vectors/sinh.c, tests/vectors/sinh.h, tests/vectors/sqrt.c, | |
| 869 tests/vectors/sqrt.h, tests/vectors/tan.c, tests/vectors/tan.h, | |
| 870 tests/vectors/tanh.c, tests/vectors/tanh.h, | |
| 871 tests/vectors/vector_support.h: | |
| 872 Add math library tests for functions specified in the ISO standard. | |
| 873 These are based on precomputed test vectors | |
| 874 | |
| 875 * tests/PKGconf.mak: | |
| 876 Create with above files being built | |
| 877 | |
| 878 * host/acosgen.c, host/asingen.c, host/atan2gen.c, host/atangen.c, | |
| 879 host/ceilgen.c, host/cosgen.c, host/coshgen.c, host/expgen.c, | |
| 880 host/fabsgen.c, host/floorgen.c, host/fmodgen.c, host/frexpgen.c, | |
| 881 host/ldexpgen.c, host/log10gen.c, host/loggen.c, host/modfgen.c, | |
| 882 host/powgen.c, host/singen.c, host/sinhgen.c, host/sqrtgen.c, | |
| 883 host/tangen.c, host/tanhgen.c: | |
| 884 Host-side (and currently linux-specific) sources to automatically | |
| 885 generate test vector data used by the above tests. | |
| 886 | |
| 887 * include/pkgconf/libm.h: | |
| 888 Ensure the kernel C API is available if we want thread safety | |
| 889 | |
| 890 Wed Jun 24 15:42:31 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 891 | |
| 892 * src/misc/standard.c: | |
| 893 Fix typo in ifdef | |
| 894 | |
| 895 Wed Jun 24 13:04:30 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 896 | |
| 897 * src/misc/standard.c: | |
| 898 Fix #defines for IEEE mode, revealed by permutation testing | |
| 899 | |
| 900 Mon Jun 22 14:42:50 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 901 | |
| 902 * src/misc/infconst.c: | |
| 903 Fix compiler warning | |
| 904 | |
| 905 Sun Jun 21 04:42:18 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 906 | |
| 907 * include/sys/ieeefp.h: | |
| 908 Add this to allow bitfield break down of IEEE floating point doubles | |
| 909 | |
| 910 Wed Jun 17 08:55:21 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 911 | |
| 912 * include/pkgconf/libm.h: | |
| 913 Make the use of stderr for messages _not_ the default | |
| 914 Make thread safety the default | |
| 915 | |
| 916 * src/misc/standard.c: | |
| 917 Change alternative for fprintf(stderr,...) _not_ being used from | |
| 918 "CYG_EMPTY_STATEMENT" to just "0" to placate compiler. | |
| 919 | |
| 920 Mon Jun 15 19:59:36 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 921 | |
| 922 * src/misc/compatmode.cxx: | |
| 923 Fix typo in compatibility mode name | |
| 924 | |
| 925 Fri Jun 5 16:31:26 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 926 | |
| 927 * src/misc/signgam.cxx, src/misc/compatmode.cxx: | |
| 928 Fix some minor typos when thread safety is turned on | |
| 929 | |
| 930 * src/misc/matherr.c | |
| 931 Correct syntax of weak attribute | |
| 932 | |
| 933 Fri Jun 5 07:07:03 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> | |
| 934 | |
| 935 * Initial check-in of all math library sources. Based on fdlibm-5.2. | |
| 936 | |
| 937 | |
| 938 //=========================================================================== | |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
939 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
940 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
941 // This file is part of eCos, the Embedded Configurable Operating System. |
|
3260
77f9d3253c3e
Add: Complex number header and library (single and double precision floating point),
vae
parents:
2973
diff
changeset
|
942 // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2007, 2008, 2010, 2013 Free Software Foundation, Inc. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
943 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
944 // This program is free software; you can redistribute it and/or modify |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
945 // it under the terms of the GNU General Public License as published by |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
946 // the Free Software Foundation; either version 2 or (at your option) any |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
947 // later version. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
948 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
949 // This program is distributed in the hope that it will be useful, but |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
950 // WITHOUT ANY WARRANTY; without even the implied warranty of |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
951 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
952 // General Public License for more details. |
|
208
e0c0827131d1
Merge from eCos master repository on 2002-05-20-20:11:54-BST
jlarmour
parents:
184
diff
changeset
|
953 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
954 // You should have received a copy of the GNU General Public License |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
955 // along with this program; if not, write to the |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
956 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
957 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
958 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2639
diff
changeset
|
959 // ####GPLCOPYRIGHTEND#### |
| 0 | 960 //=========================================================================== |
