We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0b650 commit 525b20fCopy full SHA for 525b20f
src/hotspot/cpu/x86/stubGenerator_x86_64.cpp
@@ -1221,11 +1221,6 @@ class StubGenerator: public StubCodeGenerator {
1221
}
1222
__ addptr(qword_count, 4);
1223
__ BIND(L_end);
1224
- if (UseAVX >= 2) {
1225
- // clean upper bits of YMM registers
1226
- __ vpxor(xmm0, xmm0);
1227
- __ vpxor(xmm1, xmm1);
1228
- }
1229
} else {
1230
// Copy 32-bytes per iteration
1231
__ BIND(L_loop);
@@ -1299,11 +1294,6 @@ class StubGenerator: public StubCodeGenerator {
1299
1294
1300
1295
__ subptr(qword_count, 4);
1301
1296
1302
1303
1304
1305
1306
1307
1297
1308
1298
1309
0 commit comments