mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-08 03:25:05 +00:00
8169201: Montgomery multiply intrinsic should use correct name
Corrected stubName to montgomery_multiply for inline_montgomeryMultiply() Reviewed-by: aph, thartmann, zmajo
This commit is contained in:
parent
72d04ec80a
commit
c5b56dab55
@ -5513,7 +5513,7 @@ bool LibraryCallKit::inline_montgomeryMultiply() {
|
||||
}
|
||||
|
||||
assert(UseMontgomeryMultiplyIntrinsic, "not implemented on this platform");
|
||||
const char* stubName = "montgomery_square";
|
||||
const char* stubName = "montgomery_multiply";
|
||||
|
||||
assert(callee()->signature()->size() == 7, "montgomeryMultiply has 7 parameters");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user