glibc/sysdeps/x86_64/fpu/multiarch/Makefile

5 lines
145 B
Makefile
Raw Normal View History

ifeq ($(subdir),math)
libm-sysdep_routines += s_floor-c s_ceil-c s_floorf-c s_ceilf-c \
2011-10-18 21:13:23 +08:00
s_rint-c s_rintf-c s_nearbyint-c s_nearbyintf-c
endif