Hi, On 9/19/25 3:05 AM, tshah wrote:
I found that the test case failure is not due to incorrect behavior but rather seems like it is because of platform-specific floating-point precision differences on ppc64le.
Is that IEEE vs IBM floating point, or x87 vs IEEE?In the former case, I wonder if we can make this conditional on using IBM floating point format, given that Debian is also moving the ppc64le port to IEEE.
Simon