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

Improve MD5 intrinsic on AArch64

XMLWordPrintable

    • b04
    • aarch64

        The following pattern in MD5 intrinsic computes values in a sequential way. These instructions cannot be executed in parallel, and the result is less performance.
            __ eorw(rscratch3, rscratch3, r4);
            __ addw(rscratch3, rscratch3, rscratch1);
            __ addw(rscratch3, rscratch3, rscratch4);

              yftsai Yi-Fan Tsai
              yftsai Yi-Fan Tsai
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: