https://issues.dlang.org/show_bug.cgi?id=23510

Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzi...@digitalmars.com
         Resolution|---                         |WORKSFORME

--- Comment #2 from Walter Bright <bugzi...@digitalmars.com> ---
When I compile it, with -O I get:

_D4test9test23510FNaNbNiNfNhG4fQfZNhG4k:
                sub     RSP,018h
                movaps  [RSP],XMM0
                movaps  XMM0,XMM1
                movaps  XMM2,[RSP]
                cmpps   XMM0,XMM2,0
                pcmpeqd XMM3,XMM3
                pxor    XMM0,XMM3
                add     RSP,018h
                ret

which looks right.

--

Reply via email to