[Bug 218514] [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl]
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 02 Nov 2021 01:17:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218514 --- Comment #32 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=a49617abb0c0dc763712fd70fae8bbd66ecca835 commit a49617abb0c0dc763712fd70fae8bbd66ecca835 Author: Steve Kargl <kargl@FreeBSD.org> AuthorDate: 2021-10-25 13:13:52 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2021-11-02 01:16:29 +0000 [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] PR: 218514 (cherry picked from commit dce5f3abed7181cc533ca5ed3de44517775e78dd) lib/msun/Makefile | 14 +++- lib/msun/Symbol.map | 13 +++ lib/msun/ld128/k_cospil.h (new) | 42 ++++++++++ lib/msun/ld128/k_sinpil.h (new) | 42 ++++++++++ lib/msun/ld128/s_cospil.c (new) | 109 +++++++++++++++++++++++++ lib/msun/ld128/s_sinpil.c (new) | 118 +++++++++++++++++++++++++++ lib/msun/ld128/s_tanpil.c (new) | 120 +++++++++++++++++++++++++++ lib/msun/ld80/k_cospil.h (new) | 42 ++++++++++ lib/msun/ld80/k_sinpil.h (new) | 42 ++++++++++ lib/msun/ld80/s_cospil.c (new) | 129 +++++++++++++++++++++++++++++ lib/msun/ld80/s_sinpil.c (new) | 140 ++++++++++++++++++++++++++++++++ lib/msun/ld80/s_tanpil.c (new) | 139 +++++++++++++++++++++++++++++++ lib/msun/man/cospi.3 (new) | 111 +++++++++++++++++++++++++ lib/msun/man/sinpi.3 (new) | 102 +++++++++++++++++++++++ lib/msun/man/tanpi.3 (new) | 106 ++++++++++++++++++++++++ lib/msun/src/k_cospi.h (new) | 44 ++++++++++ lib/msun/src/k_sinpi.h (new) | 43 ++++++++++ lib/msun/src/math.h | 9 ++ lib/msun/src/s_cospi.c (new) | 151 ++++++++++++++++++++++++++++++++++ lib/msun/src/s_cospif.c (new) | 109 +++++++++++++++++++++++++ lib/msun/src/s_sinpi.c (new) | 168 ++++++++++++++++++++++++++++++++++++++ lib/msun/src/s_sinpif.c (new) | 122 ++++++++++++++++++++++++++++ lib/msun/src/s_tanpi.c (new) | 176 ++++++++++++++++++++++++++++++++++++++++ lib/msun/src/s_tanpif.c (new) | 114 ++++++++++++++++++++++++++ 24 files changed, 2203 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.