[Bug 221341] C99 functions cpow, cpowf, cpowl, clog, clogf, clogl are missing

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 3 14:31:54 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221341

Michael Danilov <mike.d.ft402 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike.d.ft402 at gmail.com

--- Comment #2 from Michael Danilov <mike.d.ft402 at gmail.com> ---
I second that. Keeps me from porting this one:

https://github.com/NFFT/nfft

Just did a quick search, other BSDs have had them for years!

https://github.com/IIJ-NetBSD/netbsd-src/blob/master/lib/libm/complex
https://github.com/openbsd/src/blob/master/lib/libm/src

So I copied those from OpenBSD. Not sure I did everything right -- could
someone with experience please have a look? For example, I'm not sure what
Symbol.map does -- and whether the order of that list matters, so I just added
those things to the end.

Was able to buildworld & compile NFFT with those, but I can not tell whether it
works.

By the way, is there any way to build _just one_ library without having to wait
for the whole buildworld? It takes too long even if I run it with ccache and
keeping the old /usr/obj.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-standards mailing list