[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,5 +1,4 @@
|
||||
// !LANGUAGE: -ProperIeee754Comparisons
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
// DONT_TARGET_EXACT_BACKEND: JS_IR
|
||||
|
||||
fun less1(a: Double, b: Double) = a < b
|
||||
|
||||
Reference in New Issue
Block a user