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

2.8: Adopt IEEE 754-2019 terminology in JVMS

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 15
    • 14
    • specification
    • vm

    Description

      Enact the same IEEE 754 terminology changes as JDK-7074799 for the JVMS, namely:

      * IEEE 754 Standard for Binary Floating-Point Arithmetic -> IEEE 754 Standard for Floating-Point Arithmetic
      * single -> binary32 ("single" in the context of IEEE 754-1985 single format specifically)
      * double -> binary64 ("double" in the context of IEEE 754-1985 double format specifically)
      * denormalized -> subnormal
      * round to nearest mode -> roundTiesToEven mode
      * round towards zero mode -> roundTowardZero mode

      Attachments

        Issue Links

          Activity

            People

              darcy Joe Darcy
              darcy Joe Darcy
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: