-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need MMX support for Qt operations #1632
Comments
Now get this error: Assertion failed: (0 && "Don't support illegal by-val vector arguments yet!"), function LowerArguments, .abort -bw |
Assertion was caused by: define void @main() { declare <8 x i8> @llvm.x86.mmx.packuswb(<4 x i16>, <4 x i16>) |
Interesting: this looks related to Bug 1172. I can make this constant fold to a zero vector, but I don't |
We support MMX now. Try it out! |
…394f51b6a08bc562f99a1236e772c [lldb/CMake] Separate CMake code for Lua and Python (NFC)
Extended Description
We should at least support enough MMX to build Qt with MMX intrinsics enabled. Here is a testcase to get
started:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2007-March/008196.html
-Chris
The text was updated successfully, but these errors were encountered: