Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8178689

Verify correctness of isnan fix

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Not an Issue
    • Icon: P4 P4
    • repo-portola
    • repo-portola
    • hotspot
    • None

      The JDK makes use of isnanf for testing float NaN. musl doesn't provide that macro/function, and instead provides a unified macro isnan which handles both float and double arguments.

      I updated the JDK code to use isnan instead of isnanf, but that change may be incorrect for other platforms. This needs to be verified, and corrected if wrong.

      Note that this needs to be verified across all the relevant platforms, toolchains and toolchain versions in use.

            avoitylov Aleksei Voitylov
            mikael Mikael Vidstedt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: