public inbox for ecos-cvs@sourceware.org
help / color / mirror / Atom feed
* ecos/packages/language/c/libm/current ChangeLo ...
@ 2010-05-15 16:34 jlarmour
0 siblings, 0 replies; 7+ messages in thread
From: jlarmour @ 2010-05-15 16:34 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2010-05-15 16:34:30
Modified files:
packages/language/c/libm/current: ChangeLog
packages/language/c/libm/current/cdl: libm.cdl
Log message:
* cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Compile with
-fno-strict-aliasing to avoid miscompilation. Workaround for a more
fundamental problem with CYG_LIBM_HI/LO.
^ permalink raw reply [flat|nested] 7+ messages in thread
* ecos/packages/language/c/libm/current ChangeLo ...
@ 2013-08-25 14:39 vae
0 siblings, 0 replies; 7+ messages in thread
From: vae @ 2013-08-25 14:39 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: vae@sourceware.org 2013-08-25 14:39:02
Modified files:
packages/language/c/libm/current: ChangeLog
packages/language/c/libm/current/cdl: compat.cdl libm.cdl
packages/language/c/libm/current/include: math.h
packages/language/c/libm/current/src/mathincl: fdlibm.h
packages/language/c/libm/current/src/misc: matherr.c standard.c
Added files:
packages/language/c/libm/current/include: complex.h
packages/language/c/libm/current/src/complex: cabs.c cabsf.c
cacos.c cacosf.c
cacosh.c cacoshf.c
carg.c cargf.c
casin.c casinf.c
casinh.c casinhf.c
catan.c catanf.c
catanh.c catanhf.c
ccos.c ccosf.c
ccosh.c ccoshf.c
cephes_subr.c
cephes_subr.h
cephes_subrf.c
cephes_subrf.h
cexp.c cexpf.c
cimag.c cimagf.c
clog.c clogf.c
complex.tex conj.c
conjf.c cpow.c
cpowf.c cproj.c
cprojf.c creal.c
crealf.c csin.c
csinf.c csinh.c
csinhf.c csqrt.c
csqrtf.c ctan.c
ctanf.c ctanh.c
ctanhf.c
packages/language/c/libm/current/src/float/ieee754-api:
wf_acos.c
wf_acosh.c
wf_asin.c
wf_atan2.c
wf_atanh.c
wf_cosh.c
wf_exp.c
wf_fmod.c
wf_gamma.c
wf_gamma_r.c
wf_hypot.c
wf_j0.c
wf_j1.c
wf_jn.c
wf_lgamma.c
wf_lgamma_r.c
wf_log.c
wf_log10.c
wf_pow.c
wf_remainder.c
wf_scalb.c
wf_sinh.c
wf_sqrt.c
packages/language/c/libm/current/src/float/ieee754-core:
ef_acos.c
ef_acosh.c
ef_asin.c
ef_atan2.c
ef_atanh.c
ef_cosh.c
ef_exp.c
ef_fmod.c
ef_gamma.c
ef_gamma_r.c
ef_hypot.c
ef_j0.c
ef_j1.c
ef_jn.c
ef_lgamma.c
ef_lgamma_r.c
ef_log.c
ef_log10.c
ef_pow.c
ef_rem_pio2.c
ef_remainder.c
ef_scalb.c
ef_sinh.c
ef_sqrt.c
packages/language/c/libm/current/src/float/internal: kf_cos.c
kf_rem_pio2.c
kf_sin.c
kf_tan.c
packages/language/c/libm/current/src/float/portable-api:
sf_asinh.c
sf_atan.c
sf_cbrt.c
sf_ceil.c
sf_copysign.c
sf_cos.c
sf_erf.c
sf_expm1.c
sf_fabs.c
sf_finite.c
sf_floor.c
sf_frexp.c
sf_ilogb.c
sf_isnan.c
sf_ldexp.c
sf_log1p.c
sf_logb.c
sf_modf.c
sf_nextafter.c
sf_rint.c
sf_scalbn.c
sf_significand.c
sf_sin.c
sf_tan.c
sf_tanh.c
packages/language/c/libm/current/src/misc: standard.inl
standard_float.c
packages/language/c/libm/current/tests/vectors: acosf.c acoshf.c
asinf.c asinhf.c
atan2f.c atanf.c
atanhf.c cbrtf.c
ceilf.c
copysignf.c
cosf.c coshf.c
erfcf.c erff.c
expf.c expm1f.c
fabsf.c
finitef.c
floorf.c fmodf.c
frexpf.c
gammaf.c
hypotf.c
ilogbf.c
isnanf.c j0f.c
j1f.c jnf.c
ldexpf.c
log10f.c
log1pf.c logbf.c
logf.c modff.c
nextafterf.c
powf.c
remainderf.c
rintf.c scalbf.c
scalbnf.c
significandf.c
sinf.c sinhf.c
sqrtf.c tanf.c
tanhf.c
vector_support_float.h
Log message:
Add: Complex number header and library (single and double precision floating point),
port from Newlib.
Add: Single precision floating point library, port from Newlib.
[ Bugzilla 1001539 ]
^ permalink raw reply [flat|nested] 7+ messages in thread
* ecos/packages/language/c/libm/current ChangeLo ...
@ 2010-11-11 20:30 sergeig
0 siblings, 0 replies; 7+ messages in thread
From: sergeig @ 2010-11-11 20:30 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: sergeig@sourceware.org 2010-11-11 20:30:07
Modified files:
packages/language/c/libm/current: ChangeLog
packages/language/c/libm/current/cdl: libm.cdl
Log message:
* cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add a set of parentheses
around 'if-then-else' expression, simplified evaluated expression.
^ permalink raw reply [flat|nested] 7+ messages in thread
* ecos/packages/language/c/libm/current ChangeLo ...
@ 2008-11-20 17:10 jlarmour
0 siblings, 0 replies; 7+ messages in thread
From: jlarmour @ 2008-11-20 17:10 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2008-11-20 17:10:51
Modified files:
packages/language/c/libm/current: ChangeLog
packages/language/c/libm/current/cdl: libm.cdl
Log message:
* cdl/libm.cdl: Rename X_TLOSS CDL option to match normal convention.
^ permalink raw reply [flat|nested] 7+ messages in thread
* ecos/packages/language/c/libm/current ChangeLo ...
@ 2007-09-04 14:26 jlarmour
0 siblings, 0 replies; 7+ messages in thread
From: jlarmour @ 2007-09-04 14:26 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2007-09-04 14:26:08
Modified files:
packages/language/c/libm/current: ChangeLog
packages/language/c/libm/current/src/misc: infconst.c
Log message:
* src/misc/infconst.c: Declare infinity byte order as dependent on
double byte order, not integer.
Fixes bug #1000448.
^ permalink raw reply [flat|nested] 7+ messages in thread
* ecos/packages/language/c/libm/current ChangeLo ...
@ 2004-04-14 20:40 asl
0 siblings, 0 replies; 7+ messages in thread
From: asl @ 2004-04-14 20:40 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: asl@sourceware.org 2004-04-14 20:40:57
Modified files:
packages/language/c/libm/current: ChangeLog
packages/language/c/libm/current/src/double/ieee754-core:
e_cosh.c
e_sinh.c
Log message:
* src/double/ieee754-core/e_cosh.c (__ieee754_cosh):
* src/double/ieee754-core/e_sinh.c (__ieee754_sinh): Make use of
the CYG_LIBM_LO() macro which does not generate a compiler warning.
^ permalink raw reply [flat|nested] 7+ messages in thread
* ecos/packages/language/c/libm/current ChangeLo ...
@ 2003-02-24 14:28 jlarmour
0 siblings, 0 replies; 7+ messages in thread
From: jlarmour @ 2003-02-24 14:28 UTC (permalink / raw)
To: ecos-cvs
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-02-24 14:28:55
Modified files:
packages/language/c/libm/current: ChangeLog
packages/language/c/libm/current/cdl: libm.cdl
Log message:
* cdl/libm.cdl: Fix doc link.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-08-25 14:39 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-15 16:34 ecos/packages/language/c/libm/current ChangeLo jlarmour
-- strict thread matches above, loose matches on Subject: below --
2013-08-25 14:39 vae
2010-11-11 20:30 sergeig
2008-11-20 17:10 jlarmour
2007-09-04 14:26 jlarmour
2004-04-14 20:40 asl
2003-02-24 14:28 jlarmour
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).