RalfJung commented on issue #7641: URL: https://github.com/apache/arrow-rs/issues/7641#issuecomment-2962633492
FWIW the point of that Miri behavior is to find code that incorrectly relies on `powf` and other functions giving precise results, despite the fact that the docs say: > The precision of this function is non-deterministic. This means it varies by platform, Rust version, and can even differ within the same execution from one invocation to the next. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
