-
Enhancement
-
Resolution: Fixed
-
P4
-
24
-
b13
Method "checkMaskFromIndexSize" is called by masked API "fromArray/intoArray/fromMemorySegment/...". It is used to check whether the index of any active lanes in a mask will reach out of the boundary of given array/MemorySegment.
This function should be force inlined, or a VectorMask object is necessary once the call is not inlined by compiler, which affects the API performance a lot.
This function should be force inlined, or a VectorMask object is necessary once the call is not inlined by compiler, which affects the API performance a lot.
- links to
-
Commit(master) openjdk/jdk/d48ddfe4
-
Review(master) openjdk/jdk/23817