1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00
Files
glibc/sysdeps/powerpc/powerpc64/le/fpu/w_llogbl.c
Raphael Moreira Zinsly a7d88506c2 powerpc: Add optimized llogb* for POWER9
The POWER9 builtins used to improve the ilogb* functions can be
used in the llogb* functions as well.
2021-03-16 12:19:09 -03:00

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>