[clang] [llvm] Clang: convert `__m64` intrinsics to unconditionally use SSE2 instead of MMX. (PR #96540)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 25 09:47:59 PDT 2024
================
@@ -21,10 +21,29 @@ typedef int __v2si __attribute__((__vector_size__(8)));
typedef short __v4hi __attribute__((__vector_size__(8)));
typedef char __v8qi __attribute__((__vector_size__(8)));
----------------
RKSimon wrote:
Add a deprecation message if SSE2 is not defined or just rely on the __DEFAULT_FN_ATTRS_SSE2 function attribute error message?
https://github.com/llvm/llvm-project/pull/96540
More information about the llvm-commits
mailing list