mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
Without this it's possible to get a compiler error about the comparison always being true, because MP_BINARY_OP_LESS is 0. And it seems that gcc optimises these 6 equality comparisons into the same size machine code as before.
124 KiB
124 KiB