Paul Murphy

Results 59 comments of Paul Murphy

I have little time I can dedicate to improving libdfp. Nor have I easy and reliable access to powerpc hardware. I don't find working on soft-dfp (BID included) compelling or...

The trig functions in libdfp could use a real implementation. No one has shown interest in implementing a performant native version. It's not an easy problem to solve. Someone could...

Is fpclassifydN not optimized for BID? If it's converting to decnumber, that's probably not fast. It would probably improve performance in many places to have a native implementation (there is...

It is an ugly codebase. It inherits much of its design from the late 2000's era glibc. There hasn't been any real improvement here. The API is entirely driven by...

@newbie-02 it is not clear to me what is being tested, nor what is being requested here. Can you post a code example and information about the target running these...

I added this testcase, but it is not reproducible when I build libdfp, but does fail when I use the libdfp distributed by fedora 41.

I suspect this a duplicate of #199. This should be fixed in 1.0.17, and I've the Fedora packaging. The update should be percolating through Fedora in the week for F41...

Hi @tydeman, a few comments which may help unblock you: > #include libdfp requires the library header search path to include the path to libdfp's math.h (and other headers). Fedora...

Oops, typo on my part, that should be `pkg-config` not `pkg-tool`. I edited the comment.