On Wed, Sep 24, 2014 at 12:13 AM, Zhao Yakui <[email protected]> wrote: > On some systems there is no access to /proc/cpuinfo. So the inline assembly > is used directly to detect the CPUID string.
You should use gcc's cpuid.h header (clang provides it too) and the macros it provides. It'll handle the comments about PIC code and 32-bit without you having to think about it. _______________________________________________ Libva mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libva
