Check _M_X64 for MSVC; update hecl, specter

This commit is contained in:
Luke Street 2021-02-15 21:05:16 -05:00
parent b171f34b12
commit 5f263b8a4f
3 changed files with 3 additions and 3 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit ec30cc090a2fcb14acb79f745a16d1bbb5b913f5
Subproject commit c53569993cbee89a809f8546dbad4bac20b1f500

@ -1 +1 @@
Subproject commit c1aa9824749f15a729166dc8b93ff5ee0eae2a29
Subproject commit e061a0ef216523ee76783e4b0d6c1dfc70944037