/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/config/cloud/settings.h
6 строк
220 B
Michael Brown
[cloud] Attempt to include CPUID_SETTINGS only for x86 builds
02 май 2021, 14:38
02 май 2021, 14:38
1dfc056
Код
Авторство
О чём код?
/* It can often be useful to know the CPU on which a cloud instance is * running (e.g. to isolate problems with Azure AMD instances). */ #if defined ( __i386__ ) || defined ( __x86_64__ ) #define CPUID_SETTINGS #endif