Встроенные объекты, доступные для всех архитектур
Компилятор Microsoft C/C++ и универсальная библиотека среды выполнения C (UCRT) предоставляют некоторые встроенные компоненты для всех архитектур.
Встроенные объекты компилятора
Следующие встроенные компоненты доступны с архитектурами x86, AMD64, ARM и ARM64:
Встроенные компоненты UCRT
Следующие функции UCRT имеют встроенные формы для всех архитектур:
Intrinsic | Верхний колонтитул |
---|---|
abs |
stdlib.h |
_abs64 |
stdlib.h |
acos |
math.h |
acosf |
math.h |
acosl |
math.h |
_alloca |
malloc.h |
asin |
math.h |
asinf |
math.h |
asinl |
math.h |
atan |
math.h |
atan2 |
math.h |
atan2f |
math.h |
atan2l |
math.h |
atanf |
math.h |
atanl |
math.h |
_byteswap_uint64 |
stdlib.h |
_byteswap_ulong |
stdlib.h |
_byteswap_ushort |
stdlib.h |
ceil |
math.h |
ceilf |
math.h |
ceill |
math.h |
cos |
math.h |
cosf |
math.h |
cosh |
math.h |
coshf |
math.h |
coshl |
math.h |
cosl |
math.h |
exp |
math.h |
expf |
math.h |
expl |
math.h |
fabs |
math.h |
fabsf |
math.h |
floor |
math.h |
floorf |
math.h |
floorl |
math.h |
fmod |
math.h |
fmodf |
math.h |
fmodl |
math.h |
labs |
stdlib.h |
llabs |
stdlib.h |
log |
math.h |
log10 |
math.h |
log10f |
math.h |
log10l |
math.h |
logf |
math.h |
logl |
math.h |
_lrotl |
stdlib.h |
_lrotr |
stdlib.h |
memcmp |
string.h |
memcpy |
string.h |
memset |
string.h |
pow |
math.h |
powf |
math.h |
powl |
math.h |
_rotl |
stdlib.h |
_rotl64 |
stdlib.h |
_rotr |
stdlib.h |
_rotr64 |
stdlib.h |
sin |
math.h |
sinf |
math.h |
sinh |
math.h |
sinhf |
math.h |
sinhl |
math.h |
sinl |
math.h |
sqrt |
math.h |
sqrtf |
math.h |
sqrtl |
math.h |
strcat |
string.h |
strcmp |
string.h |
strcpy |
string.h |
strlen |
string.h |
_strset |
string.h |
strset |
string.h |
tan |
math.h |
tanf |
math.h |
tanh |
math.h |
tanhf |
math.h |
tanhl |
math.h |
tanl |
math.h |
wcscat |
string.h |
wcscmp |
string.h |
wcscpy |
string.h |
wcslen |
string.h |
_wcsset |
string.h |
В Visual Studio 2022 версии 17.2 и более поздних версиях эти функции имеют встроенные формы на платформах x64 и ARM64:
Intrinsic | Верхний колонтитул |
---|---|
log2 |
math.h |
log2f |
math.h |
См. также
Встроенные объекты ARM
Встроенные объекты ARM64
Список встроенных функций x86
Список встроенных функций x64 (amd64)