mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Both the generic and POWER6 versions provide definitions of the symbol, which are already provided by the ifunc resolver. Checked on powerpc-linux-gnu-power4. Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
7 lines
174 B
C
7 lines
174 B
C
#include <libm-alias-float.h>
|
|
|
|
#define __llrintf __llrintf_power6
|
|
#undef libm_alias_float
|
|
#define libm_alias_float(a, b)
|
|
#include <sysdeps/powerpc/powerpc32/fpu/s_llrintf.c>
|