mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8317971: RISC-V: implement copySignF/D and signumF/D intrinsics
Reviewed-by: fyang, vkempik
This commit is contained in:
parent
91442878b7
commit
5a97411f85
5 changed files with 90 additions and 1 deletions
|
@ -471,7 +471,7 @@ public class MathBench {
|
|||
}
|
||||
|
||||
@Benchmark
|
||||
public double sigNumDouble() {
|
||||
public double signumDouble() {
|
||||
return Math.signum(double4Dot1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue