about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c
blob: 35b36ef1026b85e083b40cd64a9c0ceeb15e1034 (plain) (blame)
1
2
3
4
5
6
7
8
#include <math.h>

extern typeof (__nearbyint) __nearbyint_c;
libm_hidden_proto (__nearbyint_c)

#undef __nearbyint
#define __nearbyint __nearbyint_c
#include <sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c>