Add Windows support for x86_64 AVX512 intrinsics for Arrays.sort() and Arrays.parallelSort() using assembly stubs

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • None
    • Affects Version/s: None
    • Component/s: core-libs
    • None
    • x86
    • windows

      JDK-8309130 implements x86_64 AVX512 intrinsics for Arrays.sort and Arrays.parallelSort methods (int, long, float and double arrays) only for Linux (GCC).
      This RFE will extend the same functionality to Windows by using an OS and compiler agnostic x86_64 assembly stubs instead of the shared library approach being used for Linux.

            Assignee:
            Srinivas Parasa
            Reporter:
            Srinivas Parasa
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: