mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
The POWER9 builtins used to improve the ilogb* functions can be used in the llogb* functions as well.
5 lines
169 B
C
5 lines
169 B
C
/* Skip the optimization for long double as ibm128 does not provide an
|
|
optimized builtin. */
|
|
#include <math-type-macros-ldouble.h>
|
|
#include <math/w_llogb_template.c>
|