mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
. Disconnect imprecise.c from the build. This file can be deleted.
. Add b_tgammal.c to the build for ld80 and ld128 targets. The ld128
is a 'git mv' of imprecise.c to ld128/b_tgammal.c.
* lib/msun/ld80/b_expl.c:
. New file. Implement __exp__D for ld80 targets. This is based on
bsdsrc/b_exp.c.
* lib/msun/ld80/b_logl.c:
. New file. Implement __log__D for ld80 targets. This is based on
bsdsrc/b_log.c.
* lib/msun/ld80/b_tgammal.c b/lib/msun/ld80/b_tgammal.c
. New file. Implement tgammal(x) for ld80 targets.
Submitted by: Steve Kargl
Differential Revision: https://reviews.freebsd.org/D33444
Reviewed by: pfg
|
||
|---|---|---|
| .. | ||
| b_expl.c | ||
| b_logl.c | ||
| b_tgammal.c | ||
| e_lgammal_r.c | ||
| e_powl.c | ||
| e_rem_pio2l.h | ||
| invtrig.c | ||
| invtrig.h | ||
| k_cosl.c | ||
| k_cospil.h | ||
| k_expl.h | ||
| k_sinl.c | ||
| k_sinpil.h | ||
| k_tanl.c | ||
| s_cexpl.c | ||
| s_cospil.c | ||
| s_erfl.c | ||
| s_exp2l.c | ||
| s_expl.c | ||
| s_logl.c | ||
| s_nanl.c | ||
| s_sinpil.c | ||
| s_tanpil.c | ||