On Wed, 22 Feb 2023 05:21:48 GMT, Joe Darcy <da...@openjdk.org> wrote:

> That said, I think it is reasonable on a given JVM invocation if 
> Float.floatToFloat16(f) gave the same result for input f regardless of in 
> what context it was called.

Yes, I'm under the impression that for math API methods like this, the 
stability of input to output must be preserved for a single JVM invocation. Or 
are there existing methods for which the interpreter and compiled code 
execution is allowed to differ?

-------------

PR: https://git.openjdk.org/jdk/pull/12704

Reply via email to