Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libm



Module Name:    src
Committed By:   mhitch
Date:           Thu Mar 20 16:41:26 UTC 2008

Modified Files:
        src/lib/libm/arch/vax: n_atan2.S n_cabs.S
        src/lib/libm/noieee_src: n_cosh.c n_exp.c n_log.c n_sinh.c

Log Message:
Add wrappers for missing coshf(), expf(), logf(), sinhf(), atan2f(), and
hypotf() functions for vax.  Play the namespace and weak alias game for
functions used internally by the complex functions.  Should fix the vax
build of libm.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/libm/arch/vax/n_atan2.S
cvs rdiff -r1.5 -r1.6 src/lib/libm/arch/vax/n_cabs.S
cvs rdiff -r1.7 -r1.8 src/lib/libm/noieee_src/n_cosh.c \
    src/lib/libm/noieee_src/n_exp.c
cvs rdiff -r1.6 -r1.7 src/lib/libm/noieee_src/n_log.c \
    src/lib/libm/noieee_src/n_sinh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index