On 11/24/2012 10:12 AM, Peter Maydell wrote: > MacOS gcc objects to this: > In file included from /Users/pm215/src/qemu/tcg/tcg.c:174: > /Users/pm215/src/qemu/tcg/i386/tcg-target.c:105:19: warning: cpuid.h: > No such file or directory > > (though for some reason not as a fatal error).
Bizzare. Out of curiosity, does llvm ship a cpuid.h? Or am I going to be better off not relying on that header at all? r~