[JVM_IR] Reintroduce non-IEEE comparisons
- Ieee754Equality and PrimitiveComparisons intrinsics respects absence of -Xproper-ieee754-comparisons, unmuted tests to show.
This commit is contained in:
committed by
Alexander Udalov
parent
0675b54e11
commit
8561f08f06
@@ -1,4 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
fun box(): String {
|
||||
val zero: Any = 0.0
|
||||
val floatZero: Any = -0.0F
|
||||
|
||||
Reference in New Issue
Block a user