-
Bug
-
Resolution: Fixed
-
P4
-
11
-
b26
-
x86
Assembler::psllq emits `c4 e1 c1 73 f7 34` for `vpsllq xmm7,xmm7,0x34` at https://github.com/openjdk/jdk/blob/master/src/hotspot/cpu/x86/stubGenerator_x86_64_cbrt.cpp#L255 . Since Vex.W is ignored for psllq according to the Intel SDM. We could use the VEX2 prefix `c5 c1 73 f7 34`
- relates to
-
JDK-8338021 Support new unsigned and saturating vector operators in VectorAPI
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk/faf19abd
-
Review(master) openjdk/jdk/25593