Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libm/noieee_src
Module Name: src
Committed By: riastradh
Date: Tue Jul 16 14:53:17 UTC 2024
Modified Files:
src/lib/libm/noieee_src: n_sincos.c
Log Message:
libm/noieee_src/n_sincos.c: Omit confusing duplicate sincos{,f}.
This file is not currently used -- vax uses n_sincos.S and sincos{,f}
come from n_sincos1.c on vax instead. If we were to use n_sincos.c,
these duplicates would cause trouble, and in any case they cause
confusion, so let's simplify.
Add RCS id while here.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libm/noieee_src/n_sincos.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