search for: pr42320

Displaying 2 results from an estimated 2 matches for "pr42320".

Did you mean: pr20320
2020 Aug 30
3
Proposal to remove MMX support.
...ange emms and mmx instruction llvm.org/PR41029 <https://bugs.llvm.org/show_bug.cgi?id=41029> -- The __m64 not passed according to i386 ABI llvm.org/PR42319 <https://bugs.llvm.org/show_bug.cgi?id=42319> -- Add pass to insert EMMS/FEMMS instructions to separate MMX and X87 states llvm.org/PR42320 <https://bugs.llvm.org/show_bug.cgi?id=42320> -- Implement MMX intrinsics with SSE equivalents *Proposal* We should re-implement all the currently-MMX intrinsics in Clang's *mmintrin.h headers by using the existing SSE/SSE2 compiler builtins, on both x86-32 and x86-64, and then *delete t...
2020 Aug 31
2
Proposal to remove MMX support.
...llvm.org/PR41029 <https://bugs.llvm.org/show_bug.cgi?id=41029> -- The > __m64 not passed according to i386 ABI > > llvm.org/PR42319 <https://bugs.llvm.org/show_bug.cgi?id=42319> -- Add > pass to insert EMMS/FEMMS instructions to separate MMX and X87 states > > llvm.org/PR42320 <https://bugs.llvm.org/show_bug.cgi?id=42320> > -- Implement MMX intrinsics with SSE equivalents > > > > *Proposal* > > We should re-implement all the currently-MMX intrinsics in Clang's > *mmintrin.h headers by using the existing SSE/SSE2 compiler builtins, on &gt...