Skip to content

Commit 7cdae3f

Browse files
committed
use LONG iota indices for vector shuffle
1 parent fe5746c commit 7cdae3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hotspot/cpu/aarch64/c2_MacroAssembler_aarch64.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2415,7 +2415,7 @@ void C2_MacroAssembler::neon_rearrange_hsd(FloatRegister dst, FloatRegister src,
24152415
case T_LONG:
24162416
case T_DOUBLE:
24172417
{
2418-
int idx = vector_iota_entry_index(bt);
2418+
int idx = vector_iota_entry_index(T_LONG);
24192419
lea(rscratch1,
24202420
ExternalAddress(StubRoutines::aarch64::vector_iota_indices(idx)));
24212421
ldrq(tmp, rscratch1);

0 commit comments

Comments
 (0)