Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8352861 Template-Framework Library
  3. JDK-8369696

Template Framework Library: add Math and related to Operations.java

XMLWordPrintable

      Math.java has some interesting methods, just a few examples:
      - fma
      - sin, cos, tan, ...
      - sqrt, round, ...
      - multiplyHigh is very interesting and probably overlooked

      basically anything that is IntrinsicCandidate, and probably even more than that.

      Even things like addExact could be interesting, especially once we do auto-vectorization with if-conversion.

      We may also want to look like classes:
      - StrictMath
      - maybe others that operate on Primitive types?

            Unassigned Unassigned
            epeter Emanuel Peter
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: