/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
math/w_exp.c
8 строк
273 B
Szabolcs Nagy
Remove the error handling wrapper from exp and exp2
21 ноя 2018, 12:55
21 ноя 2018, 12:55
c20a105
Код
Авторство
О чём код?
#include <math-type-macros-double.h> #undef __USE_WRAPPER_TEMPLATE #define __USE_WRAPPER_TEMPLATE 1 #undef declare_mgen_alias #define declare_mgen_alias(a, b) #include <w_exp_template.c> versioned_symbol (libm, __exp, exp, GLIBC_2_29); libm_alias_double_other (__exp, exp)