/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
math/w_asinf.c
8 строк
280 B
Adhemerval Zanella
math: Remove the SVID error handling from asinf
30 окт 2025, 21:41
30 окт 2025, 21:41
f92aba6
Код
Авторство
О чём код?
#include <math-type-macros-float.h> #undef __USE_WRAPPER_TEMPLATE #define __USE_WRAPPER_TEMPLATE 1 #undef declare_mgen_alias #define declare_mgen_alias(a, b) #include <w_asin_template.c> versioned_symbol (libm, __asinf, asinf, GLIBC_2_43); libm_alias_float_other (__asinf, asinf)