/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
glibc-2.31
bits/mathinline.h
12 строк
337 B
Ulrich Drepper
* configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.
17 мар 2007, 20:04
17 мар 2007, 20:04
b037a29
Код
Авторство
О чём код?
/* This file should provide inline versions of math functions. Surround GCC-specific parts with #ifdef __GNUC__, and use `__extern_inline'. This file should define __MATH_INLINES if functions are actually defined as inlines. */ #if !defined __NO_MATH_INLINES && defined __OPTIMIZE__ /* Here goes the real code. */ #endif