Skip to content

Commit 174707f

Browse files
committed
add missing intrinsic (JDK-8360559)
1 parent e91ad6c commit 174707f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler/src/jdk.graal.compiler/src/jdk/graal/compiler/hotspot/meta/UnimplementedGraalIntrinsics.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ private static void add(Collection<String> c, String... elements) {
8787

8888
public UnimplementedGraalIntrinsics(Architecture arch) {
8989
add(toBeInvestigated, // @formatter:off
90+
// JDK-8360559: Optimize Math.sinh for x86 64 bit platforms
91+
"java/lang/Math.sinh(D)D",
9092
// JDK-8342103: C2 compiler support for Float16 type and associated
9193
// scalar operations
9294
"jdk/internal/vm/vector/Float16Math.fma(Ljava/lang/Class;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljdk/internal/vm/vector/Float16Math$TernaryOperator;)Ljava/lang/Object;",

0 commit comments

Comments
 (0)