Issue 137484
Summary [clang] __MMX__ defined on non-SSE2 x86 targets
Labels clang
Assignees
Reporter thrimbor
    Since https://github.com/llvm/llvm-project/pull/96540 MMX intrinsics require SSE2, but `__MMX__` is still defined on targets that technically support MMX but not SSE2, like `pentium3`, causing compilation issues with e.g. SDL2 for those targets.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to