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

Provide clear naming for AVX10 identifiers

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P5 P5
    • tbd
    • 26
    • hotspot
    • None

      There are several references throughout the code base that's specific to AVX10. The snippet from x86.ad posted below is an example.

      instruct castDtoX_mem_avx10(vec dst, memory src) %{
        predicate(VM_Version::supports_avx10_2() &&

      The minimum AVX10 sub-version required in the predicate is 2, but the name doesn't specify this. So, we should rename it to castDtoX_mem_avx10_2 and do the same for all other references that follow this pattern. If a new item requires AVX10.N or greater, then we'll use avx10_N as the suffix.

            missa Mohamed Issa
            missa Mohamed Issa
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: