Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/hotspot/cpu/x86/stubGenerator_x86_64_dilithium.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2024, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2025, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -93,7 +93,7 @@ void StubGenerator::generate_dilithium_stubs() {
StubRoutines::_dilithiumNttMult = generate_dilithiumNttMult_avx512();
StubRoutines::_dilithiumMontMulByConstant = generate_dilithiumMontMulByConstant_avx512();
StubRoutines::_dilithiumDecomposePoly = generate_dilithiumDecomposePoly_avx512();
}
}
}

// We do Montgomery multiplications of two vectors of 16 ints each in 4 steps:
Expand Down
1 change: 0 additions & 1 deletion src/hotspot/cpu/x86/stubGenerator_x86_64_sha3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ address StubGenerator::generate_double_keccak() {
const Register constant2use = r10;
const Register roundsLeft = r11;

__ align(OptoLoopAlignment);
Label rounds24_loop;

__ enter();
Expand Down