summary refs log tree commit diff
path: root/sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S
blob: c39d0aee65786724e5cea305ac2e4e4de1a5cb1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <sparc-ifunc.h>
#include <math_ldbl_opt.h>
#include <libm-alias-double.h>

SPARC_ASM_VIS3_IFUNC(nearbyint)

libm_alias_double (__nearbyint, nearbyint)

# undef weak_alias
# define weak_alias(a, b)
# undef compat_symbol
# define compat_symbol(a, b, c, d)

#define __nearbyint __nearbyint_generic

#include "../s_nearbyint.S"