mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8275167: x86 intrinsic for unsignedMultiplyHigh
Reviewed-by: kvn, sviswanathan
This commit is contained in:
parent
cea3f01046
commit
af7c56b85b
11 changed files with 61 additions and 2 deletions
|
@ -540,4 +540,9 @@ public class MathBench {
|
|||
return Math.ulp(float7);
|
||||
}
|
||||
|
||||
@Benchmark
|
||||
public long unsignedMultiplyHighLongLong() {
|
||||
return Math.unsignedMultiplyHigh(long747, long13);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue