/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
math/w_hypotf.c
8 строк
285 B
Adhemerval Zanella
math: Remove the error handling wrapper from hypot and hypotf
13 дек 2021, 16:08
13 дек 2021, 16:08
104d200
Код
Авторство
О чём код?
#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_hypot_template.c> versioned_symbol (libm, __hypotf, hypotf, GLIBC_2_35); libm_alias_float_other (__hypotf, hypotf)