mirror of https://github.com/AxioDL/metaforce.git
Check _M_X64 for MSVC; update hecl, specter
This commit is contained in:
parent
b171f34b12
commit
5f263b8a4f
|
@ -20,7 +20,7 @@ static logvisor::Module Log{"URDE"};
|
|||
|
||||
static hecl::SystemString CPUFeatureString(const zeus::CPUInfo& cpuInf) {
|
||||
hecl::SystemString features;
|
||||
#if __x86_64__
|
||||
#if defined(__x86_64__) || defined(_M_X64)
|
||||
auto AddFeature = [&features](const hecl::SystemChar* str) {
|
||||
if (!features.empty())
|
||||
features += _SYS_STR(", ");
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit ec30cc090a2fcb14acb79f745a16d1bbb5b913f5
|
||||
Subproject commit c53569993cbee89a809f8546dbad4bac20b1f500
|
2
specter
2
specter
|
@ -1 +1 @@
|
|||
Subproject commit c1aa9824749f15a729166dc8b93ff5ee0eae2a29
|
||||
Subproject commit e061a0ef216523ee76783e4b0d6c1dfc70944037
|
Loading…
Reference in New Issue