History log of /src/lib/libm/arch/vax/n_sqrt.S |
Revision | | Date | Author | Comments |
1.12 |
| 07-May-2024 |
riastradh | libm/arch/vax: Use END to delimit symbol definitions.
This way we get sizes and, likely, slightly better debug info about PCs inside these symbols.
|
1.11 |
| 11-Oct-2014 |
martin | 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.
|
1.10 |
| 11-Oct-2014 |
martin | Fix _sqrtl alias
|
1.9 |
| 06-Mar-2014 |
martin | branches: 1.9.4; Provide sqrtl alias
|
1.8 |
| 18-Apr-2007 |
matt | branches: 1.8.34; 1.8.40; Make the internal __libm_dsqrt_r6 have a fake entry mask of 0 to make ld.elf_so.
|
1.7 |
| 13-May-2004 |
mhitch | Add ceilf(), floorf(), and sqrtf() (as wrappers using ceil(), floor(), and sqrt() repectively). The fixes PR#22796.
|
1.6 |
| 07-Aug-2003 |
agc | branches: 1.6.2; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
1.5 |
| 24-Feb-2002 |
matt | Change to use a register prefix.
|
1.4 |
| 21-Feb-2002 |
matt | Don't bsbb to an external symbol. the dynamic linker won't like it.
|
1.3 |
| 14-Jul-2000 |
matt | Clean up & prepare for ELF. Don't define isnan since it's in libc. Add a powf (really a wrapper for pow).
|
1.2 |
| 31-Oct-1998 |
matt | Add .type _sym,@foo for shared libraries
|
1.1 |
| 10-Oct-1995 |
ragge | Machine specific math library files for vax.
|
1.6.2.1 |
| 15-May-2004 |
tron | Pull up revision 1.7 (requested by mhitch in ticket #339): Add ceilf(), floorf(), and sqrtf() (as wrappers using ceil(), floor(), and sqrt() repectively). The fixes PR#22796.
|
1.8.40.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.8.34.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.9.4.1 |
| 13-Oct-2014 |
martin | Pullup the following revisions, requested by christos in #138:
src/lib/libm/Makefile 1.165-1.166 src/lib/libm/shlib_version 1.14 src/lib/libm/arch/vax/n_atan2.S 1.9 src/lib/libm/arch/vax/n_cabs.S 1.7 src/lib/libm/arch/vax/n_sincos.S 1.9 src/lib/libm/arch/vax/n_sqrt.S 1.10-1.11 src/lib/libm/complex/Makefile.inc 1.5-1.8 src/lib/libm/complex/cabsl.c 1.1 src/lib/libm/complex/cacoshl.c 1.1 src/lib/libm/complex/cacosl.c 1.1 src/lib/libm/complex/cargl.c 1.1 src/lib/libm/complex/casinhl.c 1.1 src/lib/libm/complex/casinl.c 1.1 src/lib/libm/complex/catanhl.c 1.1 src/lib/libm/complex/catanl.c 1.1 src/lib/libm/complex/ccoshl.c 1.1 src/lib/libm/complex/ccosl.c 1.1 src/lib/libm/complex/cephes_subrl.c 1.1 src/lib/libm/complex/cephes_subrl.h 1.1 src/lib/libm/complex/cexpl.c 1.1 src/lib/libm/complex/clogl.c 1.1 src/lib/libm/complex/cpowl.c 1.1 src/lib/libm/complex/cprojl.c 1.7 src/lib/libm/complex/csinhl.c 1.1 src/lib/libm/complex/csinl.c 1.1 src/lib/libm/complex/csqrtl.c 1.1 src/lib/libm/complex/ctanhl.c 1.1 src/lib/libm/complex/ctanl.c 1.1 src/lib/libm/man/acosh.3 1.17 src/lib/libm/man/asinh.3 1.17 src/lib/libm/man/atanh.3 1.17 src/lib/libm/noieee_src/n_atan2.c 1.7 src/lib/libm/noieee_src/n_cosh.c 1.9 src/lib/libm/noieee_src/n_exp.c 1.9 src/lib/libm/noieee_src/n_log.c 1.8 src/lib/libm/noieee_src/n_pow.c 1.10-1.11 src/lib/libm/noieee_src/n_sincos.c 1.7 src/lib/libm/noieee_src/n_sinh.c 1.8
Import the missing complex support routines from FreeBSD so we can enable C++ 2011 mode for libstc++.
|