http://llvm.org/bugs/show_bug.cgi?id=11147
Craig Topper <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Craig Topper <[email protected]> 2011-10-17 00:39:10 CDT --- In r142177, I've switched to using __cpuidex and qualified with a check for Visual Studio 2008 SP1. Unfortunately, this means that we aren't able to use cpuid leaf 7 on earlier versions of Visual Studio. Fortunately, no processors have shipped that use leaf 7 so we didn't really lose anything yet. -- 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
