http://llvm.org/bugs/show_bug.cgi?id=15929
Benjamin Kramer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #2 from Benjamin Kramer <[email protected]> --- To use AVX intrinsics you have to tell llc that you're using a CPU that supports it. Passing -mcpu=corei7-avx should work. llc defaults to the native CPU so it's possible that your test only fails on some machines right now. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
