Naoki Shibata

Results 195 comments of Naoki Shibata

SSRC is not actively developed. Could you tell me why you need git tags?

Honestly I don't understand why people still use SSRC. It is an old tool, and there should be many good alternatives. If there is a reason that SSRC is actually...

Thank you. I am considering compatibility with other software and libraries. I have several interesting ideas regarding to this. The main problem is that I am usually quite busy, and...

I am sorry for not spending time for developing SSRC. I am working on several projects, and I always have at least a few things that I want to implement...

The main part of the code is written in pure C. I think the functions for detection can be called from objective-C.

Denormals should be treated correctly. Please check the source code for tester2*.c. A few functions cannot handle denormals very well. For those functions, the error range is specified as max(DBL_MIN,...

Although it is not mentioned, SLEEF implicitly assumes IEEE 754 compliance. For AARCH32, flush to zero mode is supported in an ad-hoc way.

Would you like to try implementing that feature? You are welcomed to contribute. I will advise you on how to implement them correctly.

Okay, then please tentatively write those functions with intrinsics. You can approximate the error in ULP by reinterpreting a floating point value to an integer value, and calculate the difference...

Hello @vedanuj, Thank you for considering contribution. I'm open to a PR if your implementation is good enough. However, I cannot confirm if your implementation is good enough to adopt....