June 4, 2026
9:26 p.m.
I checked it. MSVC seems rather reluctant to use movaps unless floating-point data is involved. It will, however, happily emit movdqa, which has the same alignment requirement. https://godbolt.org/z/sG63fefcY -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11069#note_142251