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

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

Merge "Make LTE_FLOAT a strict weak order. (DO NOT MERGE) Bug: 5327776" into ics-factoryrom

parents 41d6bfb2 3fccb86b
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.