On Wed, Jul 09, 2025 at 01:54:07PM +0200, Fabio Valentini wrote: > Yeah - the i686 arch baseline *SHOULD* include SSE2 - since Fedora 29: > https://fedoraproject.org/wiki/Changes/Update_i686_architectural_baseline_to_include_SSE2
But the 66 REX.W 0F 7E /r MOVQ r/m64, xmm instruction doesn't require just SSE2, but also 64-bit mode. REX prefix isn't available in 32-bit mode. Try assembling it for 32-bit mode: movq %xmm1, %rax Jakub -- _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue