http://llvm.org/bugs/show_bug.cgi?id=6215
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Chris Lattner <[email protected]> 2010-02-02 16:41:21 --- You can already detect what CPU you're on by using the CPUID instruction directly. The intrinsics for these SSE instructions you want are already exposed by llvm.x86.foo intrinsics. -- 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
