8317971: RISC-V: implement copySignF/D and signumF/D intrinsics

Reviewed-by: fyang, vkempik
This commit is contained in:
Ilya Gavrilin 2023-10-20 14:31:41 +00:00 committed by Vladimir Kempik
parent 91442878b7
commit 5a97411f85
5 changed files with 90 additions and 1 deletions

View file

@ -471,7 +471,7 @@ public class MathBench {
}
@Benchmark
public double sigNumDouble() {
public double signumDouble() {
return Math.signum(double4Dot1);
}