Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb0bccba authored by Jeff Brown's avatar Jeff Brown Committed by Android (Google) Code Review
Browse files

Merge "Make LTE_FLOAT a strict weak order. Bug: 5327776"

parents 4920fde8 13ede62f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
 */
#define LTE_FLOAT(a) \
    if (a < rhs.a) return true; \
    if (ALMOST_EQUAL(a, rhs.a))
    if (a == rhs.a)

/**
 * Compare integers.