You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/floats/FloatBuiltins.java
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -701,7 +701,7 @@ public abstract static class AbstractComparisonNode extends PythonBinaryBuiltinN
701
701
protectedabstractbooleanop(doublea, doubleb);
702
702
703
703
@Specialization
704
-
booleaneqDbDb(doublea, doubleb) {
704
+
booleandoDD(doublea, doubleb) {
705
705
returnop(a, b);
706
706
}
707
707
@@ -710,8 +710,8 @@ boolean doDI(double a, int b) {
0 commit comments