[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:
Kristoffer Andersen
2019-10-18 12:24:10 +02:00
committed by Alexander Udalov
parent 0675b54e11
commit 8561f08f06
17 changed files with 63 additions and 21 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
fun box(): String {
val zero: Any = 0.0
val floatZero: Any = -0.0F