CVS commit: src/lib/libm/arch/vax

2014-10-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Oct 10 22:06:33 UTC 2014

Modified Files:
src/lib/libm/arch/vax: n_sincos.S

Log Message:
More aliases


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libm/arch/vax/n_sincos.S

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



CVS commit: src/lib/libm/arch/vax

2014-10-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Oct 11 06:34:31 UTC 2014

Modified Files:
src/lib/libm/arch/vax: n_sqrt.S

Log Message:
Fix _sqrtl alias


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libm/arch/vax/n_sqrt.S

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



CVS commit: src/lib/libm/arch/vax

2014-10-10 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Oct 11 06:59:29 UTC 2014

Modified Files:
src/lib/libm/arch/vax: n_sqrt.S

Log Message:
Seems we need both sqrtl and _sqrtl as a weak alias - something must be
wrong namespapce wise here, but this should make it build for now.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libm/arch/vax/n_sqrt.S

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



CVS commit: src/lib/libm/arch/vax

2013-11-24 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sun Nov 24 15:12:10 UTC 2013

Modified Files:
src/lib/libm/arch/vax: n_cbrt.S

Log Message:
Provide cbrtl() and cbrtf() for vax


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libm/arch/vax/n_cbrt.S

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



CVS commit: src/lib/libm/arch/vax

2014-03-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Mar  6 10:59:52 UTC 2014

Modified Files:
src/lib/libm/arch/vax: n_tan.S

Log Message:
Simple tanf() for vax


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libm/arch/vax/n_tan.S

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



CVS commit: src/lib/libm/arch/vax

2014-03-06 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Thu Mar  6 11:00:17 UTC 2014

Modified Files:
src/lib/libm/arch/vax: n_sqrt.S

Log Message:
Provide sqrtl alias


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libm/arch/vax/n_sqrt.S

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



CVS commit: src/lib/libm/arch/vax

2014-03-15 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Mar 15 12:20:09 UTC 2014

Modified Files:
src/lib/libm/arch/vax: n_support.S

Log Message:
Provide copysignf and copysignl


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libm/arch/vax/n_support.S

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



CVS commit: src/lib/libm/arch/vax

2014-03-15 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Mar 15 14:12:56 UTC 2014

Modified Files:
src/lib/libm/arch/vax: n_support.S

Log Message:
Need to load the full argument


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libm/arch/vax/n_support.S

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