cpuid: connect the 'none' provider
This commit is contained in:
parent
3a518fbac8
commit
54df664071
@ -29,7 +29,7 @@ namespace cruft::cpu {
|
|||||||
#if defined(PROCESSOR_AMD64)
|
#if defined(PROCESSOR_AMD64)
|
||||||
#include "cpuid/x86.hpp"
|
#include "cpuid/x86.hpp"
|
||||||
#else
|
#else
|
||||||
#error "Unhandled architecture"
|
#include "cpuid/none.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@ -37,6 +37,6 @@ namespace cruft::cpu {
|
|||||||
#if defined(PROCESSOR_AMD64)
|
#if defined(PROCESSOR_AMD64)
|
||||||
using native = x86;
|
using native = x86;
|
||||||
#else
|
#else
|
||||||
#error "Unhandled architecture"
|
using native = none;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user