$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Proposal] Adding CPUID Library in Boost
From: Antony Polukhin (antoshkka_at_[hidden])
Date: 2012-12-08 10:22:03
2012/12/7 Shakti Misra <shakti.misra.study_at_[hidden]>:
> Hi All,
> Any interest in a cross platform CPU ID library? For a application I wanted
> to get the CPUID mostly to check the SSE2 status. So I missed it in Boost.
> So any interest for it?
I'm interested.
Trunk version of GCC 4.8 have some compiler specific support for CPU
detection, may be it'll help you:
http://gcc.gnu.org/gcc-4.8/changes.html
-- Best regards, Antony Polukhin