http://llvm.org/bugs/show_bug.cgi?id=10838
Bruno Cardoso Lopes <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #3 from Bruno Cardoso Lopes <[email protected]> 2011-09-02 15:27:16 CDT --- What's happening here is that you're trying to codegen a 256-bit intrinsic without using -mattr=+avx, it works if you specify the flag! :D -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- 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
