[liba] add the method ceilf in math library

Change-Id: I339c6e51b5b89d6d18ee5dc55f069919697aea3a
This commit is contained in:
Émilie Feral
2016-11-29 11:25:39 +01:00
parent a0c9b858c5
commit 9b01508fac
3 changed files with 51 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ objs += $(addprefix liba/src/external/openbsd/, \
k_rem_pio2f.o \
k_sinf.o \
k_tanf.o \
s_ceilf.o \
s_copysignf.o \
s_cosf.o \
s_fabsf.o \