Blame bits/mathinline.h

Packit Service 82fcde
/* This file should provide inline versions of math functions.
Packit Service 82fcde
Packit Service 82fcde
   Surround GCC-specific parts with #ifdef __GNUC__, and use `__extern_inline'.
Packit Service 82fcde
Packit Service 82fcde
   This file should define __MATH_INLINES if functions are actually defined as
Packit Service 82fcde
   inlines.  */
Packit Service 82fcde
Packit Service 82fcde
#if !defined __NO_MATH_INLINES && defined __OPTIMIZE__
Packit Service 82fcde
Packit Service 82fcde
/* Here goes the real code.  */
Packit Service 82fcde
Packit Service 82fcde
#endif