예제 #1
0
파일: cpuid_auto.hpp 프로젝트: kfrlib/kfr
KFR_INTRINSIC char init_cpu_v()
{
    cpu_v() = detect_cpu<0>();
    return 0;
}
예제 #2
0
CMT_INLINE char init_cpu_v()
{
    cpu_v() = detect_cpu<0>();
    return 0;
}