[Bug 216862] C11 conformance: cexpl() is missing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Nov 2021 19:37:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216862
--- Comment #10 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=4ac2d43111f005ea8a326dc30fcf4df522bcf661
commit 4ac2d43111f005ea8a326dc30fcf4df522bcf661
Author: Steve Kargl <kargl@FreeBSD.org>
AuthorDate: 2021-11-05 02:04:01 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-11-10 19:36:20 +0000
Implementations of cexpl()
PR: 216862
(cherry picked from commit 046e2d5db1e8afd2d09ea28e5d2a7550535d4b77)
include/complex.h | 2 +
lib/msun/Makefile | 4 +-
lib/msun/Symbol.map | 1 +
lib/msun/ld128/s_cexpl.c (new) | 94 ++++++++++++++++++++++++++++++++++++
lib/msun/ld80/s_cexpl.c (new) | 107 +++++++++++++++++++++++++++++++++++++++++
lib/msun/man/cexp.3 | 17 ++++---
lib/msun/man/complex.3 | 8 ++-
lib/msun/src/k_sincosl.h | 29 ++++++-----
lib/msun/src/s_cexp.c | 16 ++++--
lib/msun/src/s_cexpf.c | 11 +++--
lib/msun/src/s_cosl.c | 7 ++-
11 files changed, 265 insertions(+), 31 deletions(-)
--
You are receiving this mail because:
You are the assignee for the bug.