On Tue, 22 Jul 2025 15:20:24 GMT, Chen Liang <li...@openjdk.org> wrote:
> Re @turbanoff and @ExE-Boss's style fixes: this code is ported from the c > code of fdlibm so it has a lot of irregular styles. I think we might look > into updating the implementation to be more Java-ish in the future in another > patch. I'll address the array declaration syntax in the next commit on the PR. While the current state of Fdlibm.java does show its original C lineage, it has already gone through a few passes of getting it closer to idiomatic Java. ------------- PR Comment: https://git.openjdk.org/jdk/pull/26341#issuecomment-3103741785