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

Vector conversion with part > 0 is not getting intrinsic implementation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 16
    • 16, 17
    • core-libs
    • None
    • 16
    • b31

        Vector conversion with part > 0 is implemented using slice(origin, vector) instead of slice(origin).
        The slice(origin) has intrinsic implementation whereas slice(origin, vector) doesn’t.
        Slice(origin) is written using vector API methods like rearrange and blend which all have intrinsic implementations.
        Also, VectorIntrinsics.VECTOR_ACCESS_OOB_CHECK code is missing from rearrange checkIndexes.

              sviswanathan Sandhya Viswanathan
              sviswanathan Sandhya Viswanathan
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: