https://issues.dlang.org/show_bug.cgi?id=17160
Basile-z <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |performance CC| |[email protected] OS|Windows |All --- Comment #3 from Basile-z <[email protected]> --- compiler explorer shows clearly that for (in Enum) a real (80 bits) comparison occurs while for (Enum) a more correct (and faster) 64 bits. https://godbolt.org/z/W5PYMn --
